ShareNotice uses Plugin::path()
This commit is contained in:
parent
0c7104ec2f
commit
55af561887
|
@ -33,7 +33,7 @@ class ShareNoticePlugin extends Plugin
|
||||||
);
|
);
|
||||||
|
|
||||||
function onEndShowStatusNetStyles($action) {
|
function onEndShowStatusNetStyles($action) {
|
||||||
$action->cssLink('plugins/ShareNotice/css/sharenotice.css');
|
$action->cssLink($this->path('css/sharenotice.css'));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user