summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2009-05-05 00:25:44 +0200
committerAnika Henke <anika@selfthinker.org>2009-05-05 00:25:44 +0200
commit91459163e4ff1c28a910340507960898f4d8e126 (patch)
tree9baa676a5121b84c13f03e738259ec3999f94422 /conf
parent2139f10a3767196a61404cfad3af5b6af3c04992 (diff)
downloadrpg-91459163e4ff1c28a910340507960898f4d8e126.tar.gz
rpg-91459163e4ff1c28a910340507960898f4d8e126.tar.bz2
Purple Numbers (granular hierarchical IDs) - set $conf['purplenumbers'] and adjust your CSS
darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 7f9ef2e9c..efbf2948d 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -32,6 +32,7 @@ $conf['recent'] = 20; //how many entries to show in recent
$conf['breadcrumbs'] = 10; //how many recent visited pages to show
$conf['youarehere'] = 0; //show "You are here" navigation? 0|1
$conf['typography'] = 1; //smartquote conversion 0=off, 1=doublequotes, 2=all quotes
+$conf['purplenumbers']= 0; //show purple numbers? 0=off, 1=create IDs unique per page, 2=create IDs unique per site
$conf['htmlok'] = 0; //may raw HTML be embedded? This may break layout and XHTML validity 0|1
$conf['phpok'] = 0; //may PHP code be embedded? Never do this on the internet! 0|1
$conf['dformat'] = '%Y/%m/%d %H:%M'; //dateformat accepted by PHPs strftime() function