1
0
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:
Andrew Dolgov
2013-03-22 09:36:47 +04:00
6 changed files with 18 additions and 4 deletions

View File

@@ -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;
}
?>