From 37205321d973ef89716456bfec78a99ee26de346 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 22:28:09 +0300 Subject: remove share.png --- plugins/share/share.png | Bin 343 -> 0 bytes plugins/vf_shared/init.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/share/share.png diff --git a/plugins/share/share.png b/plugins/share/share.png deleted file mode 100644 index 25eacb7c2..000000000 Binary files a/plugins/share/share.png and /dev/null differ diff --git a/plugins/vf_shared/init.php b/plugins/vf_shared/init.php index 941d3c8ad..ee9e37ee4 100644 --- a/plugins/vf_shared/init.php +++ b/plugins/vf_shared/init.php @@ -14,7 +14,7 @@ class VF_Shared extends Plugin { function init($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() { -- cgit v1.2.3