mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:25:57 +00:00
Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master
This commit is contained in:
@@ -4098,4 +4098,11 @@
|
||||
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