From 37205321d973ef89716456bfec78a99ee26de346 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 22:28:09 +0300 Subject: [PATCH] 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 25eacb7c2524142262d68bf729c5e2b61adfd6d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmV-d0jU0oP)$`dXYaZs9=SbAto%g@>T~?_bH&lTUn@`uo|1bXE{eSR(AO)ESb=V4`uk}mK|39Px&03WLbv~pzk+s7D@lK^ zn+aB+sp)&Y_x-B3>;6ywU--WQNUr<8>TU0P-|L#1U&;A)67w(+> pDf@fM7q9#F25QXo3rUI;002ro52U44e~JJA002ovPDHLkV1l;_q@Mr) 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() {