1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-03 00:17:12 +00:00

prefs: remove some more stuff from global context (user management, etc)

This commit is contained in:
Andrew Dolgov
2018-12-02 16:17:36 +03:00
parent 58e54282d3
commit b9869dbc01
5 changed files with 163 additions and 225 deletions

View File

@@ -166,7 +166,9 @@ class Dlg extends Handler_Protected {
$url_path = htmlspecialchars($this->params[2]) . "&key=" . $key;
print "<h2>".__("You can view this feed as RSS using the following URL:")."</h2>";
$feed_title = Feeds::getFeedTitle($feed_id, $is_cat);
print "<div>".T_sprintf("%s can be accessed via the following secret URL:", $feed_title)."</div>";
print "<div class=\"tagCloudContainer\">";
print "<a id='gen_feed_url' href='$url_path' target='_blank'>$url_path</a>";