]> git.wh0rd.org - tt-rss.git/blobdiff - register.php
update SITE_TITLE customization to work without needing to be pre-defined, make it...
[tt-rss.git] / register.php
index 678b3c31785ee4f4a55c9075ac9cda0c5f5f492e..69a3dbf5031e0330a05e362691e73173a77bc4d1 100644 (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>Tiny Tiny RSS 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)."\"/>";