summaryrefslogtreecommitdiff
path: root/plugins/af_comics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
commit814e49f8f78c349b471726c01d7a7cd2eb5121c3 (patch)
tree8c43323f673478d24885723ce5316a9f8262b8d2 /plugins/af_comics
parent7d5be47a2e0e6ddc545fa9db3ed8844f67f42ffd (diff)
add icons to accordion panels in preferences
fix typo in pref-prefs closing panel tag
Diffstat (limited to 'plugins/af_comics')
-rwxr-xr-xplugins/af_comics/init.php3
1 files changed, 2 insertions, 1 deletions
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 "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Feeds supported by af_comics')."\">";
+ print "<div dojoType=\"dijit.layout.AccordionPane\"
+ title=\"<i class='material-icons'>photo</i> ".__('Feeds supported by af_comics')."\">";
print "<p>" . __("The following comics are currently supported:") . "</p>";