diff options
author | andi <andi@splitbrain.org> | 2005-03-06 19:31:59 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-06 19:31:59 +0100 |
commit | 6b13307fb447795714d01cdc029d6ed7ac087cf3 (patch) | |
tree | cd80885d8e86ff4d4044df73b7320f9ad4bdc49d /conf/dokuwiki.php | |
parent | 86770f3ea6c33f97b6755d11ed9700e756ef6e88 (diff) | |
download | rpg-6b13307fb447795714d01cdc029d6ed7ac087cf3.tar.gz rpg-6b13307fb447795714d01cdc029d6ed7ac087cf3.tar.bz2 |
template support (incomplete, maybe broken)
darcs-hash:20050306183159-9977f-22dbb69831b5fa2e28bbf62448c65053d96a2cb9.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 2204e7c05..bd9c4d4eb 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -23,6 +23,7 @@ $conf['uploadtypes'] = 'gif|jpe?g|png|zip|pdf|tar(\.gz)?|tgz'; //regexp of allow $conf['start'] = 'start'; //name of start page $conf['title'] = 'DokuWiki'; //what to show in the title +$conf['template'] = 'default'; //see tpl directory $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 $conf['breadcrumbs'] = 10; //how many recent visited pages to show |