]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Feature #446 - Allow customizing page title
[tt-rss.git] / config.php-dist
index eaaaa3d6984dbe6debdb000edfe1d4082566db23..a742cf9afb3299ac7c05543c5ff01b98d4bbdd10 100644 (file)
        // 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).