summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-21 20:24:26 +0000
committerRichard Beales <[email protected]>2013-03-21 20:24:26 +0000
commit8d051fa0769922df69ac737eee9d13dff67095a9 (patch)
treed0c8711902382f89d9afb4a0205fac20bf85f862 /config.php-dist
parentc489ae913d1778a9cdab45092bf0015e74300909 (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-dist2
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);