summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2009-01-17 00:35:07 +0100
committerAnika Henke <anika@selfthinker.org>2009-01-17 00:35:07 +0100
commit851f2e8900ee6ea5806f852174ea377b206be0a0 (patch)
tree6237b7e413206799b56e195ffd64cace4db85c4d /conf
parent365be586ad4afda0558fdc0cdbcc8641699b855a (diff)
downloadrpg-851f2e8900ee6ea5806f852174ea377b206be0a0.tar.gz
rpg-851f2e8900ee6ea5806f852174ea377b206be0a0.tar.bz2
makes minimum amount of headlines configurable that determines if the TOC is built (FS#1226)
darcs-hash:20090116233507-f7d6d-aaff15652d2e698a4403b3386b5b1eb6c0fa38f3.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index b41d08685..7f9ef2e9c 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -37,6 +37,7 @@ $conf['phpok'] = 0; //may PHP code be embedded? Never do t
$conf['dformat'] = '%Y/%m/%d %H:%M'; //dateformat accepted by PHPs strftime() function
$conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki:config for details
$conf['toptoclevel'] = 1; //Level starting with and below to include in AutoTOC (max. 5)
+$conf['tocminheads'] = 3; //Minimum amount of headlines that determines if a TOC is built
$conf['maxtoclevel'] = 3; //Up to which level include into AutoTOC (max. 5)
$conf['maxseclevel'] = 3; //Up to which level create editable sections (max. 5)
$conf['camelcase'] = 0; //Use CamelCase for linking? (I don't like it) 0|1
@@ -126,7 +127,7 @@ $conf['broken_iua'] = 0; //Platform with broken ignore_user_abor
$conf['xsendfile'] = 0; //Use X-Sendfile (1 = lighttpd, 2 = standard)
$conf['xmlrpc'] = 0; //Enable/disable XML-RPC interface
$conf['renderer_xhtml'] = 'xhtml'; //renderer to use for main page generation
-$conf['rememberme'] = 1; //Enable/disable remember me on login
+$conf['rememberme'] = 1; //Enable/disable remember me on login
//Set target to use when creating links - leave empty for same window
$conf['target']['wiki'] = '';