https://bugzilla.wikimedia.org/show_bug.cgi?id=35994
--- Comment #3 from Jon <[email protected]> 2012-05-03 15:16:08 UTC --- We should treat the image the same as setDefaultLogo in MobileFrontend.php e.g. $wgMobileFrontendWatermark should be used for the image in the footer The watermark should also allow for language e.g. $wgMobileFrontendLogo = '/MobileFrontend/stylesheets/images/watermark-$1.png'; on a French language site would look for watermark-fr.png If $wgMobileFrontendLogo doesn't contain $1 it will use the same watermark for all languages We would also need to check for the existence of the watermark image file rather than the current test of if ( $wgLanguageCode === 'en' ) so that the user has more control over when the image can appear https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/MobileFrontend.git;a=blob;f=skins/SkinMobile.php;h=f71000fffd634f030ae735165deaf0e0619df29e;hb=master#l144 I don't feel too comfortable with this code to do this. Any volunteers want to submit a patch? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
