From ffbab555b8622160b552616dacf188f1a38aca9a Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Sat, 16 Mar 2013 14:27:55 +0000 Subject: Feature #446 - Allow customizing page title --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6584d8d2e..53d31fc52 100644 --- a/index.php +++ b/index.php @@ -55,7 +55,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Tiny Tiny RSS + <?php echo PAGE_TITLE ?> -- cgit v1.2.3 From 8d051fa0769922df69ac737eee9d13dff67095a9 Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Thu, 21 Mar 2013 20:24:26 +0000 Subject: update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 5a37c0e98..4669a2080 100644 --- a/index.php +++ b/index.php @@ -53,7 +53,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - <?php echo PAGE_TITLE ?> + <?php echo get_site_title() ?> -- cgit v1.2.3