https://bugzilla.wikimedia.org/show_bug.cgi?id=66350

            Bug ID: 66350
           Summary: footer links broken
           Product: MobileFrontend
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

The following works in LocalSettings.php using normal skin, but doesn't work
when using mobile view.

$wgHooks['SkinTemplateOutputPageBeforeExec'][] = 'Impressum';
function Impressum( $sk, &$tpl ) {
        $tpl->set( 'Impressum', $sk->footerLink( 'Impressum', 'Impressum' ) );
        $tpl->data['footerlinks']['places'][] = 'Impressum';
        return true;
}

(Normally it should add an "Impressum" link to the footer.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to