diff options
Diffstat (limited to 'core/config')
-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"; |