1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

remove share.png

This commit is contained in:
Andrew Dolgov
2018-12-05 22:28:09 +03:00
parent 17d9e14dde
commit 37205321d9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

View File

@@ -14,7 +14,7 @@ class VF_Shared extends Plugin {
function init($host) { function init($host) {
$this->host = $host; $this->host = $host;
$host->add_feed(-1, __("Shared articles"), 'plugins/vf_shared/share.png', $this); $host->add_feed(-1, __("Shared articles"), 'share', $this);
} }
function api_version() { function api_version() {