summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-04-07 14:31:39 -0700
committerAnika Henke <anika@selfthinker.org>2012-04-07 14:31:39 -0700
commitb7c3da9b00f3e44c08c89666e04f2d4de177c134 (patch)
tree0e601dd0b0c5ac87a4706449bb1f57b30a2edeee /conf
parent5d5aecf82831890f7a6df7874c798445996ebd8a (diff)
parentdbd59867496d5e3c5d37e9c3852db29a6a2370c4 (diff)
downloadrpg-b7c3da9b00f3e44c08c89666e04f2d4de177c134.tar.gz
rpg-b7c3da9b00f3e44c08c89666e04f2d4de177c134.tar.bz2
Merge pull request #82 from splitbrain/new-template
The new default template "dokuwiki", a new era has begun Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the hard work, Michael Hamann and Håkan Sandell for testing and many others for valuable feedback.
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index fd89a90ed..5c0b28114 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -27,7 +27,7 @@ $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['template'] = 'dokuwiki'; //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