summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 22:28:09 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 22:28:09 +0300
commit37205321d973ef89716456bfec78a99ee26de346 (patch)
tree6db4971fb18dfa36da416f0d860a99fe0bb83510
parent17d9e14ddee0d8237bce439c43d3b427a3eb035d (diff)
remove share.png
-rw-r--r--plugins/share/share.pngbin343 -> 0 bytes
-rw-r--r--plugins/vf_shared/init.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/share.png b/plugins/share/share.png
deleted file mode 100644
index 25eacb7c2..000000000
--- a/plugins/share/share.png
+++ /dev/null
Binary files 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() {