diff options
Diffstat (limited to 'core/config')
-rw-r--r-- | core/config/config.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 9fe668b8..745fd76b 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -135,3 +135,12 @@ $config['modules'] = array MODPATH . 'atom', 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"; |