diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-07 23:48:50 +0200 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-07 23:48:50 +0200 |
commit | dff141b700f9bfb9fc280d686c600b8bd4490da4 (patch) | |
tree | c2b3fdc59d3c648b2ef7c0504efa928906f73f54 /conf/dokuwiki.php | |
parent | 3d133acaf19debc2c37ef376c819abcb7ee7f939 (diff) | |
parent | b7c3da9b00f3e44c08c89666e04f2d4de177c134 (diff) | |
download | rpg-dff141b700f9bfb9fc280d686c600b8bd4490da4.tar.gz rpg-dff141b700f9bfb9fc280d686c600b8bd4490da4.tar.bz2 |
Merge branch 'master' into phpunit
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 2 |
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 |