diff options
Diffstat (limited to 'conf/default.php')
-rwxr-xr-x | conf/default.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/default.php b/conf/default.php new file mode 100755 index 0000000..4509bc0 --- /dev/null +++ b/conf/default.php @@ -0,0 +1,7 @@ +<?php + +$conf['breadcrumbs'] = 'trace'; +$conf['header-line'] = '[[about|About me]] · [[misc|Miscellaneous]]'; +$conf['footer-line'] = '(c) %YEAR% · [[imprint|Imprint]] · [[http://www.dokuwiki.org|DokuWiki]]'; + +?>
\ No newline at end of file |