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 /index.php | |
| parent | 804ab1f75b13b1b6cb9830dfd8beb8e2be8b7406 (diff) | |
Feature #446 - Allow customizing page title
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>Tiny Tiny RSS</title> + <title><?php echo PAGE_TITLE ?></title> <link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/> <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/> <link rel="stylesheet" type="text/css" href="cdm.css?<?php echo $dt_add ?>"/> |