1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 19:49:14 +00:00

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 commit is contained in:
Richard Beales
2013-03-21 20:24:26 +00:00
parent c489ae913d
commit 8d051fa076
6 changed files with 13 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
print '<?xml version="1.0" encoding="utf-8"?>';
print "<feed xmlns=\"http://www.w3.org/2005/Atom\">
<id>".htmlspecialchars(SELF_URL_PATH . "/register.php")."</id>
<title><?php echo PAGE_TITLE ?> registration slots</title>
<title><?php echo get_site_title() ?> registration slots</title>
<link rel=\"self\" href=\"".htmlspecialchars(SELF_URL_PATH . "/register.php?format=feed")."\"/>
<link rel=\"alternate\" href=\"".htmlspecialchars(SELF_URL_PATH)."\"/>";