summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-23 09:51:30 +0400
committerAndrew Dolgov <[email protected]>2013-03-23 09:51:30 +0400
commit99534a3dde1bd488c193d84c11a0a886bee0fda4 (patch)
tree139869e516ece984a7097defdc5af77c74cbcb98 /prefs.php
parent9972b7cdd7b438f84b6ee6d8b30bc9124133b0c4 (diff)
remove page title stuff for the time being
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..0715f26e4 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>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("tt-rss.css"); ?>