diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-24 05:58:38 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-24 05:58:38 +0000 |
| commit | 8b52d9cde47953fb70587c6d404ec681fff71bee (patch) | |
| tree | 4a2055cac46e28914ae4b74f11b5498498f1e3b8 /core/config/config.php | |
| parent | d7288d33e63a9b03408180002dde39d05134689d (diff) | |
Revert the site_title change
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 8 |
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"; |
