summaryrefslogtreecommitdiff
path: root/core/config/config.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-24 05:58:38 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-24 05:58:38 +0000
commit8b52d9cde47953fb70587c6d404ec681fff71bee (patch)
tree4a2055cac46e28914ae4b74f11b5498498f1e3b8 /core/config/config.php
parentd7288d33e63a9b03408180002dde39d05134689d (diff)
Revert the site_title change
Diffstat (limited to 'core/config/config.php')
-rw-r--r--core/config/config.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/config/config.php b/core/config/config.php
index 745fd76b..67c913bb 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -136,11 +136,3 @@ $config['modules'] = array
MODPATH . 'search'
);
-/**
- * Set the global site title.
- * Valid values are:
- * FALSE: Use the default, which is the album or image title
- * A string value that ends with '-' will append the string befor the default value
- * A string value without a trailing '-' will replace the default value.
- */
-$config['site_title'] = "Gallery3 Rocks";