diff options
author | Anika Henke <anika@selfthinker.org> | 2010-11-05 00:32:03 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2010-11-05 00:32:03 +0000 |
commit | f4d27201048c83c893d9476dd80a89bbce29a1c6 (patch) | |
tree | 0ba40ac5a4a1d55b0e43cbcee0c41ae79b48e9bc /conf/default.php | |
download | rpg-f4d27201048c83c893d9476dd80a89bbce29a1c6.tar.gz rpg-f4d27201048c83c893d9476dd80a89bbce29a1c6.tar.bz2 |
initial commit
Diffstat (limited to 'conf/default.php')
-rw-r--r-- | conf/default.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/default.php b/conf/default.php new file mode 100644 index 000000000..7f1fbb246 --- /dev/null +++ b/conf/default.php @@ -0,0 +1,10 @@ +<?php +/* + * default configuration settings + * + */ + +$conf['tagline'] = 'This is the tagline - explaining what this site is about.'; +$conf['discussionNS'] = 'discussion'; +$conf['sidebarID'] = 'sidebar'; +$conf['hideTools'] = 0; |