From c8640edadb151dbae7d23945264d09b502b67c10 Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Fri, 9 Apr 2010 19:56:44 -0400 Subject: [PATCH] Added a new dialog section yes this is all copypasta --- modules/popup-dialog.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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')."
"; -- 2.39.5