From: Matt Katz Date: Fri, 9 Apr 2010 23:56:44 +0000 (-0400) Subject: Added a new dialog section yes this is all copypasta X-Git-Tag: 1.4.2~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c8640edadb151dbae7d23945264d09b502b67c10;p=tt-rss.git Added a new dialog section yes this is all copypasta --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 81a795a0..a80d6128 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -185,6 +185,33 @@ return; } + if ($id == "pubOPMLUrl") { + + print "
".__('Public OPML URL')."
"; + print "
"; + + $url_path = opml_publish_url($link); + + print __("Your Public OPML URL is:"); + + print "
"; + print "$url_path"; + print "
"; + + print "
"; + + print " "; + + print ""; + + print "
"; + + return; + } + if ($id == "explainError") { print "
".__('Notice')."
";