diff options
author | Brion Vibber <brion@pobox.com> | 2010-05-06 18:48:39 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-05-06 18:48:39 -0700 |
commit | d57e1deaec7406c63f70b8a5664746d18c1125ff (patch) | |
tree | cff2b3b7ed9ab0535e96e11f738d5c8f7a7e9ad1 /plugins | |
parent | 869bc32d0d8cd68d75483e33c62d8ea9f1cc8e2c (diff) | |
parent | 79153869505c9bfb41b7e49b757f233dc19530bb (diff) |
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 1c61b4fe5..6076bbde0 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -138,6 +138,7 @@ class MobileProfilePlugin extends WAP20Plugin 'vodafone', 'wap1', 'wap2', + 'webos', 'windows ce' ); @@ -254,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; } |