summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-21 20:24:26 +0000
committerRichard Beales <[email protected]>2013-03-21 20:24:26 +0000
commit8d051fa0769922df69ac737eee9d13dff67095a9 (patch)
treed0c8711902382f89d9afb4a0205fac20bf85f862 /prefs.php
parentc489ae913d1778a9cdab45092bf0015e74300909 (diff)
update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of 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 9c59d6c4d..0d27a6e81 100644
--- a/prefs.php
+++ b/prefs.php
@@ -23,7 +23,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title><?php echo PAGE_TITLE ?> : <?php echo __("Preferences") ?></title>
+ <title><?php echo get_site_title() ?> : <?php echo __("Preferences") ?></title>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("tt-rss.css"); ?>