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

       Web browser: ---
            Bug ID: 46392
           Summary: Add a contact us link into the english wikipedia
                    footer
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The request is to add the following to the configuration for the english
wikipedia


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

This would enable us to remove the 'hack' of adding it trough
MediaWiki:Wikimedia-copyright that was used the last couple of years.

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

Reply via email to