]> git.wh0rd.org - tt-rss.git/blobdiff - register.php
remove page title stuff for the time being
[tt-rss.git] / register.php
index 7339303273bda1e1e5058c34a2981a2b952db2fe..035a2cd8e06bc8ea3b3b9c16e4aff6a797296f17 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><?php echo PAGE_TITLE ?> registration slots</title>
+                       <title>Tiny Tiny RSS registration slots</title>
                        <link rel=\"self\" href=\"".htmlspecialchars(SELF_URL_PATH . "/register.php?format=feed")."\"/>
                        <link rel=\"alternate\" href=\"".htmlspecialchars(SELF_URL_PATH)."\"/>";