diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-04-11 13:32:04 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-04-11 13:32:04 +0200 |
commit | e0b593c90599009a903d1856555eacf33245005d (patch) | |
tree | 4e45d604030b68b7048d5a3a419ec91f03594ebb /conf |
Initial commit
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/default.php | 7 | ||||
-rwxr-xr-x | conf/metadata.php | 6 |
2 files changed, 13 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 diff --git a/conf/metadata.php b/conf/metadata.php new file mode 100755 index 0000000..dca34af --- /dev/null +++ b/conf/metadata.php @@ -0,0 +1,6 @@ +<?php + +$meta['breadcrumbs'] = array('multichoice','_choices' => array(null, 'trace','youarehere')); +$meta['header-line'] = array('string'); +$meta['footer-line'] = array('string'); +?>
\ No newline at end of file |