Moved Event CSS into the plugin directory

This commit is contained in:
Mikael Nordfeldth
2014-06-03 11:33:46 +02:00
parent 70cb488106
commit e6dcb0c40e
4 changed files with 132 additions and 133 deletions

View File

@@ -316,7 +316,7 @@ class EventPlugin extends MicroappPlugin
function onEndShowStyles($action)
{
$action->cssLink($this->path('event.css'));
$action->cssLink($this->path('css/event.css'));
return true;
}