summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/functions.php7
1 files changed, 0 insertions, 7 deletions
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;
- }
?>