diff options
| author | Richard Beales <rich@richbeales.net> | 2013-03-21 20:24:26 +0000 |
|---|---|---|
| committer | Richard Beales <rich@richbeales.net> | 2013-03-21 20:24:26 +0000 |
| commit | 8d051fa0769922df69ac737eee9d13dff67095a9 (patch) | |
| tree | d0c8711902382f89d9afb4a0205fac20bf85f862 /config.php-dist | |
| parent | c489ae913d1778a9cdab45092bf0015e74300909 (diff) | |
update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist index 4414e77d3..176949fd9 100644 --- a/config.php-dist +++ b/config.php-dist @@ -183,7 +183,7 @@ // Users may enable other user plugins from Preferences/Plugins but may not // disable plugins specified in this list. - define('PAGE_TITLE','Tiny Tiny RSS'); + define('SITE_TITLE', 'Tiny Tiny RSS'); // Change this value to customize the HTML page title define('CONFIG_VERSION', 26); |