summaryrefslogtreecommitdiff
path: root/mobile/index.php
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-16 14:27:55 +0000
committerRichard Beales <[email protected]>2013-03-16 14:27:55 +0000
commitffbab555b8622160b552616dacf188f1a38aca9a (patch)
tree4654d5f6ad9df2cf5b58ab9688358ca10483b76c /mobile/index.php
parent804ab1f75b13b1b6cb9830dfd8beb8e2be8b7406 (diff)
Feature #446 - Allow customizing page title
Diffstat (limited to 'mobile/index.php')
-rw-r--r--mobile/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/index.php b/mobile/index.php
index edbf586e0..aad2d2884 100644
--- a/mobile/index.php
+++ b/mobile/index.php
@@ -19,7 +19,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>Tiny Tiny RSS</title>
+<title><?php echo PAGE_TITLE ?></title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<link rel="apple-touch-icon" href="../lib/iui/iui-logo-touch-icon.png" />
<meta name="apple-touch-fullscreen" content="YES" />