X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FShareNotice%2FShareNoticePlugin.php;h=0cd248e213bc0319de70e1429d172f16819960c1;hb=820e19e1974690f2a928982e8b6f387d1bc10f2f;hp=8b94f83c8f09b00175802733486396195fa99b9f;hpb=67dc78b6218bce86f6b783c34e02775f5b8cb21f;p=quix0rs-gnu-social.git diff --git a/plugins/ShareNotice/ShareNoticePlugin.php b/plugins/ShareNotice/ShareNoticePlugin.php index 8b94f83c8f..0cd248e213 100644 --- a/plugins/ShareNotice/ShareNoticePlugin.php +++ b/plugins/ShareNotice/ShareNoticePlugin.php @@ -33,7 +33,7 @@ class ShareNoticePlugin extends Plugin ); function onEndShowStatusNetStyles($action) { - $action->cssLink('plugins/ShareNotice/css/sharenotice.css'); + $action->cssLink($this->path('css/sharenotice.css')); return true; }