From 9972b7cdd7b438f84b6ee6d8b30bc9124133b0c4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 23 Mar 2013 09:48:15 +0400 Subject: 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. --- include/functions.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 00dc6a8fe..2329a2331 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4085,11 +4085,4 @@ return $max_ts; } - function get_site_title() { - $original_title = "Tiny Tiny RSS"; - if (defined("SITE_TITLE")) { - return SITE_TITLE; - } - return $original_title; - } ?> -- cgit v1.2.3