From 1cbac89c9507d874eec8bd832f6ac734b3140471 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 10 Mar 2012 16:55:05 +0100 Subject: make new template the default --- conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 7a7e4bf1a..2eb43f535 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 -- cgit v1.2.3