diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-09-20 23:33:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 23:33:44 +0200 |
commit | bede8e1b633d720d6a7d1b05ba367811f3ac2b87 (patch) | |
tree | debd575b20c5abf7e26f27dabf73df5d5c9379c5 /plugins/isso/isso_button.html | |
parent | f28b73b21f705102f8536cd16ea28122aa870e49 (diff) | |
parent | 0e54e1059f3c3aa353a448567a9314ad694abbe1 (diff) | |
download | Shaarli-bede8e1b633d720d6a7d1b05ba367811f3ac2b87.tar.gz Shaarli-bede8e1b633d720d6a7d1b05ba367811f3ac2b87.tar.zst Shaarli-bede8e1b633d720d6a7d1b05ba367811f3ac2b87.zip |
Merge pull request #1213 from ArthurHoaro/plugins/isso-icon
Isso plugin: add an icon in linklist if enabled
Diffstat (limited to 'plugins/isso/isso_button.html')
-rw-r--r-- | plugins/isso/isso_button.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/isso/isso_button.html b/plugins/isso/isso_button.html new file mode 100644 index 00000000..3f828480 --- /dev/null +++ b/plugins/isso/isso_button.html | |||
@@ -0,0 +1,5 @@ | |||
1 | <span> | ||
2 | <a href="?%s#isso-thread"> | ||
3 | <img class="linklist-plugin-icon" src="plugins/archiveorg/internetarchive.png" title="%s" alt="archive.org" /> | ||
4 | </a> | ||
5 | </span> | ||