summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-05-06 18:48:39 -0700
committerBrion Vibber <brion@pobox.com>2010-05-06 18:48:39 -0700
commitd57e1deaec7406c63f70b8a5664746d18c1125ff (patch)
treecff2b3b7ed9ab0535e96e11f738d5c8f7a7e9ad1
parent869bc32d0d8cd68d75483e33c62d8ea9f1cc8e2c (diff)
parent79153869505c9bfb41b7e49b757f233dc19530bb (diff)
Merge branch 'testing' into 0.9.x
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php5
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;
}