Difference between revisions of "MobileFrontend"

From Biowikifarm Metawiki
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
 
Installation of MobileFrontend - works on Pla@ntuse
 
Installation of MobileFrontend - works on Pla@ntuse
  
    <blockquote>
 
 
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;
 
</blockquote>
 

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;