[20:00:08] Does anyone know here if there is a way to add something just before or after the content in the minerva/mobilefrontend skin? [20:00:28] Like $wgHooks['SkinAfterContent'][] = function ( &$data, Skin $skin ) { ... } [20:01:12] The above adds something after the content on non-mobile skins only. [21:46:33] Tuxedo: looks like minerva should implement this hook, too