Removed entity flag stylesheet and icons from plugin to core.

This commit is contained in:
Sarven Capadisli
2010-02-02 16:27:58 +01:00
parent a1f55c3f80
commit 245610d2e1
5 changed files with 14 additions and 21 deletions

View File

@@ -182,21 +182,6 @@ class UserFlagPlugin extends Plugin
return true;
}
/**
* Add our plugin's CSS to page output
*
* @param Action $action action being shown
*
* @return boolean hook result
*/
function onEndShowStatusNetStyles($action)
{
$action->cssLink(common_path('plugins/UserFlag/userflag.css'),
null, 'screen, projection, tv');
return true;
}
/**
* Initialize any flagging buttons on the page
*