summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 09:36:47 +0400
committerAndrew Dolgov <[email protected]>2013-03-22 09:36:47 +0400
commit707ad6ddf7b199e202fc39f61ffd08a4bc5bacc1 (patch)
treee5ebbb40023ccb6da991a649acc22c7ff89e6b37 /prefs.php
parent3972bf598195efba3e73ae1fef3faceabeb50308 (diff)
parent8d051fa0769922df69ac737eee9d13dff67095a9 (diff)
Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master
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 0715f26e4..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>Tiny Tiny RSS : <?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"); ?>