summaryrefslogtreecommitdiff
path: root/index.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 /index.php
parent3972bf598195efba3e73ae1fef3faceabeb50308 (diff)
parent8d051fa0769922df69ac737eee9d13dff67095a9 (diff)
Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master
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 bf8eafe76..4669a2080 100644
--- a/index.php
+++ b/index.php
@@ -53,7 +53,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>Tiny Tiny RSS</title>
+ <title><?php echo get_site_title() ?></title>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("tt-rss.css"); ?>