summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent804ab1f75b13b1b6cb9830dfd8beb8e2be8b7406 (diff)
Feature #446 - Allow customizing page title
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 6c1091843..b4ab3689d 100644
--- a/prefs.php
+++ b/prefs.php
@@ -25,7 +25,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
+ <title><?php echo PAGE_TITLE ?> : <?php echo __("Preferences") ?></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 ?>"/>