Merge branch 'testing' into 0.9.x
This commit is contained in:
commit
d57e1deaec
@ -138,6 +138,7 @@ class MobileProfilePlugin extends WAP20Plugin
|
|||||||
'vodafone',
|
'vodafone',
|
||||||
'wap1',
|
'wap1',
|
||||||
'wap2',
|
'wap2',
|
||||||
|
'webos',
|
||||||
'windows ce'
|
'windows ce'
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -254,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