summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2008-01-11 08:35:12 +0000
committerGravatar mensonge2008-01-11 08:35:12 +0000
commit9cbba1119c8817ee5b41a8006042daf5b6c49df1 (patch)
tree7ee76b9686236250a5a9e6d7116b39a7644e8d86 /config.inc.php.example
parent639d8e15db8e2256b0c4bd7f518c76fe8674c6a7 (diff)
downloadscuttle-9cbba1119c8817ee5b41a8006042daf5b6c49df1.tar.gz
scuttle-9cbba1119c8817ee5b41a8006042daf5b6c49df1.zip
new feature: add welcome message (configured in config file)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@7 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index c78f361..648f03d 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -39,6 +39,7 @@ $dbname = 'scuttle';
# System Configuration
#
# sitename: The name of this site.
+# welcomeMessage: The welcome message (or tagline) of this site
# locale: The locale used.
# top_include: The header file.
# bottom_include: The footer file.
@@ -85,7 +86,8 @@ $dbname = 'scuttle';
# reservedusers : An array of usernames that cannot be registered
######################################################################
-$sitename = 'Scuttle';
+$sitename = 'SemanticScuttle';
+$welcomeMessage = 'More than tags...';
$locale = 'en_GB';
$top_include = 'top.inc.php';
$bottom_include = 'bottom.inc.php';