summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 16:17:36 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 16:17:36 +0300
commitb9869dbc01f505e87def7463e032914cab49f26c (patch)
treeca6ac2261fa163b3735e4d740d7edebc0e54dce5 /classes/dlg.php
parent58e54282d36d54c2be0e50f78fbc500772a3b762 (diff)
prefs: remove some more stuff from global context (user management, etc)
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index aa695ee18..7e66c4b5e 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -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>";