Allow plugins to load their styles for mobile view; fixes bad realtime button layout

This commit is contained in:
Brion Vibber 2010-05-07 01:28:37 +00:00
parent 5996d80c09
commit 7915386950
1 changed files with 4 additions and 0 deletions

View File

@ -255,6 +255,10 @@ class MobileProfilePlugin extends WAP20Plugin
$action->cssLink('plugins/MobileProfile/mp-handheld.css',null,'handheld');
}
// Allow other plugins to load their styles.
Event::handle('EndShowStatusNetStyles', array($action));
Event::handle('EndShowLaconicaStyles', array($action));
return false;
}