From 1a680d4eae7a5a6adb856f4db8adaa04ea4d64e3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Feb 2021 21:42:38 +0300 Subject: publishedOPML: use client dialog --- classes/dlg.php | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index 64f9aca9d..7c07cf4f1 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -35,32 +35,6 @@ class Dlg extends Handler_Protected { //return; } - function pubOPMLUrl() { - $url_path = Opml::opml_publish_url(); - - print "
" . __("Your Public OPML URL is:") . "
"; - - print "
"; - - print "
"; - print "$url_path"; - print "
"; - - print "
"; - - print ""; - - //return; - } - function explainError() { print "
"; @@ -191,17 +165,4 @@ class Dlg extends Handler_Protected { //return; } - function defaultPasswordWarning() { - - print_warning(__("You are using default tt-rss password. Please change it in the Preferences (Personal data / Authentication).")); - - print ""; - } } -- cgit v1.2.3-54-g00ecf