summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-23 09:48:15 +0400
committerAndrew Dolgov <[email protected]>2013-03-23 09:48:15 +0400
commit9972b7cdd7b438f84b6ee6d8b30bc9124133b0c4 (patch)
tree7d1331733a7c2cc980a072c1efc32baf3cf75060 /index.php
parentb68dce191f8f7b1d63444a83b8a38b927d4e66f0 (diff)
Revert "update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title"
This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
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 4669a2080..5a37c0e98 100644
--- a/index.php
+++ b/index.php
@@ -53,7 +53,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title><?php echo get_site_title() ?></title>
+ <title><?php echo PAGE_TITLE ?></title>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("tt-rss.css"); ?>