summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 28a2eb0c1..90ec8129d 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -207,6 +207,25 @@ class MobileProfilePlugin extends WAP20Plugin
}
+ function onStartShowHeader($action)
+ {
+ if (!$this->serveMobile) {
+ return true;
+ }
+
+ $action->elementStart('div', array('id' => 'header'));
+ $action->showLogo();
+ $action->showPrimaryNav();
+ $action->showSiteNotice();
+ if (common_logged_in()) {
+ $action->showNoticeForm();
+ } else {
+ $action->showAnonymousMessage();
+ }
+ $action->elementEnd('div');
+ }
+
+
function onStartShowAside($action)
{
if ($this->serveMobile) {