mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 06:31:29 +00:00
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 8d051fa076.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user