*** 0501release/wikicfg.pm Mon May 15 21:59:38 2000 --- 0515prf/wikicfg.pm Mon May 15 23:06:24 2000 *************** *** 27,32 **** --- 27,33 ---- # - Upgrading TWiki is easy as long as you do not customize wiki.pm. # - Variables that can be accessed from topics (see details in # TWikiDocumentation.html) : + # %TOPICBOX% dropdownbox with all topics in the current web, except those listed in $hiddenTopics (defined in this file) # %TOPIC% name of current topic # %WEB% name of current web # %WIKIHOMEURL% link of top left icon *************** *** 137,142 **** --- 138,147 ---- $webPrefsTopicname = "WebPreferences"; # %STATISTICSTOPIC% : Name of statistics topic, default "WebStatistics" : $statisticsTopicname = "WebStatistics"; + # 2000-04-16 prf : new variable, important to put it here (after $mainTopicname et al) + # these topics will not be shown in the new topic dropdownlist %TOPICBOX% + $hiddenTopics = "$mainTopicname $notifyTopicname $wikiPrefsTopicname " . + "$webPrefsTopicname $statisticsTopicname"; # Number of top viewed topics to show in statistics topic, default "10" : $statsTopViews = "10"; # Number of top contributors to show in statistics topic, default "10" :