From ffbab555b8622160b552616dacf188f1a38aca9a Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Sat, 16 Mar 2013 14:27:55 +0000 Subject: Feature #446 - Allow customizing page title --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index eaaaa3d69..a742cf9af 100644 --- a/config.php-dist +++ b/config.php-dist @@ -181,6 +181,9 @@ // Users may enable other user plugins from Preferences/Plugins but may not // disable plugins specified in this list. + define('PAGE_TITLE','Tiny Tiny RSS'); + // Change this value to customize the HTML page title + define('CONFIG_VERSION', 26); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). -- cgit v1.2.3