summaryrefslogtreecommitdiff
path: root/conf/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/default.php')
-rw-r--r--conf/default.php10
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;