summaryrefslogtreecommitdiff
path: root/config.inc.php.example
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-05-14 08:55:38 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-05-14 08:55:38 +0000
commit75202febf4478877a6277242cfaa53cfcfc085c4 (patch)
tree65f92e988b7c803497fe94e1f7f68f6e4127b768 /config.inc.php.example
parent4375f8eff73a49bebc564931b08ad569cd86299c (diff)
downloadsemanticscuttle-75202febf4478877a6277242cfaa53cfcfc085c4.tar.gz
semanticscuttle-75202febf4478877a6277242cfaa53cfcfc085c4.tar.bz2
Interface fix: move welcome message to index page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@127 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index bf3fd2b..56b5674 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -8,7 +8,7 @@
#### System ####
$sitename = 'SemanticScuttle'; #The name of this site.
-$welcomeMessage = 'More than tags...'; # The welcome message of this site
+$welcomeMessage = 'Welcome to SemanticScuttle! More than a social bookmarking tool.'; # The welcome message of this site
$root = NULL; # Set to NULL to autodetect the root url of the website
$locale = 'en_GB'; #locale used in /locales/ {de_DE en_GB fr_FR ...}
$cookieprefix = 'SEMANTICSCUTTLE'; # cookieprefix : The prefix to use for the cookies on the site