Difference between revisions of "MobileFrontend"
From Biowikifarm Metawiki
Maëva Rouxel (Talk | contribs) (Created page with "Installation of MobileFrontend - works on Pla@ntuse <blockquote> Add the following code at the bottom of your LocalSettings.php: require_once "$IP/extensions/MobileF...") |
Maëva Rouxel (Talk | contribs) |
||
Line 1: | Line 1: | ||
Installation of MobileFrontend - works on Pla@ntuse | Installation of MobileFrontend - works on Pla@ntuse | ||
− | |||
Add the following code at the bottom of your LocalSettings.php: | Add the following code at the bottom of your LocalSettings.php: | ||
require_once "$IP/extensions/MobileFrontend/MobileFrontend.php"; | require_once "$IP/extensions/MobileFrontend/MobileFrontend.php"; | ||
$wgMFAutodetectMobileView = true; | $wgMFAutodetectMobileView = true; | ||
− | |||
− |
Revision as of 09:47, 2 May 2016
Installation of MobileFrontend - works on Pla@ntuse
Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/MobileFrontend/MobileFrontend.php"; $wgMFAutodetectMobileView = true;