Allow plugins to load their styles for mobile view; fixes bad realtime button layout
This commit is contained in:
parent
5996d80c09
commit
7915386950
@ -255,6 +255,10 @@ class MobileProfilePlugin extends WAP20Plugin
|
|||||||
$action->cssLink('plugins/MobileProfile/mp-handheld.css',null,'handheld');
|
$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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user