summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-16 14:27:55 +0000
committerRichard Beales <[email protected]>2013-03-16 14:27:55 +0000
commitffbab555b8622160b552616dacf188f1a38aca9a (patch)
tree4654d5f6ad9df2cf5b58ab9688358ca10483b76c /index.php
parent804ab1f75b13b1b6cb9830dfd8beb8e2be8b7406 (diff)
Feature #446 - Allow customizing page title
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6584d8d2e..53d31fc52 100644
--- a/index.php
+++ b/index.php
@@ -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 ?>"/>