From 8d051fa0769922df69ac737eee9d13dff67095a9 Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Thu, 21 Mar 2013 20:24:26 +0000 Subject: update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php-dist') 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); -- cgit v1.2.3-54-g00ecf