remove share.png
This commit is contained in:
parent
17d9e14dde
commit
37205321d9
Binary file not shown.
Before Width: | Height: | Size: 343 B |
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue