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/vf_shared/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/vf_shared/init.php') 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-54-g00ecf