From 814e49f8f78c349b471726c01d7a7cd2eb5121c3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 08:56:28 +0300 Subject: add icons to accordion panels in preferences fix typo in pref-prefs closing panel tag --- plugins/af_comics/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/af_comics/init.php') diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index 94305bc75..774b85b64 100755 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -46,7 +46,8 @@ class Af_Comics extends Plugin { function hook_prefs_tab($args) { if ($args != "prefFeeds") return; - print "
"; + print "
photo ".__('Feeds supported by af_comics')."\">"; print "

" . __("The following comics are currently supported:") . "

"; -- cgit v1.2.3