summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-29 19:15:13 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-29 19:15:13 +0000
commit91e9045718073c3a4ad4ce581e9192f0a87baaf7 (patch)
tree248ff6ed7a5c86b84765ef1e1ecbd214151ef0d4 /conf
parent3b9a3b55d79835f89ea33233f4703361be4ba5f9 (diff)
downloadrpg-91e9045718073c3a4ad4ce581e9192f0a87baaf7.tar.gz
rpg-91e9045718073c3a4ad4ce581e9192f0a87baaf7.tar.bz2
added two new config options: tagline and sidebar
Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 41f0fd566..7a7e4bf1a 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -28,6 +28,8 @@ $conf['mediarevisions'] = 1; //enable/disable media revisions
$conf['start'] = 'start'; //name of start page
$conf['title'] = 'DokuWiki'; //what to show in the title
$conf['template'] = 'default'; //see lib/tpl directory
+$conf['tagline'] = ''; //tagline in header (if template supports it)
+$conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
$conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
$conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
$conf['recent'] = 20; //how many entries to show in recent