diff options
| author | Richard Beales <rich@richbeales.net> | 2013-03-16 14:27:55 +0000 |
|---|---|---|
| committer | Richard Beales <rich@richbeales.net> | 2013-03-16 14:27:55 +0000 |
| commit | ffbab555b8622160b552616dacf188f1a38aca9a (patch) | |
| tree | 4654d5f6ad9df2cf5b58ab9688358ca10483b76c /config.php-dist | |
| parent | 804ab1f75b13b1b6cb9830dfd8beb8e2be8b7406 (diff) | |
Feature #446 - Allow customizing page title
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 3 |
1 files changed, 3 insertions, 0 deletions
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). |