Jump to content

[SOLVED] How to have a template with FR / U.S ?


Recommended Posts

Posted

Hello everyone,

I have a French VA and I would like to know how to get the same theme one in English and one in French?

Someone there can you help me please?

Regards Fred.

http://phpvms.p3d-simulation.fr

session_start();
if(isset($_GET['template']) && $_GET['template'] != ''){
    $_SESSION['template'] = $_GET['template'];
    define('CURRENT_SKIN',$_GET['template']);
}
if(isset($_SESSION['template']) && $_SESSION['template'] != '')
{
    define('CURRENT_SKIN',$_SESSION['template']);
}

?template=fr or ?template=uk

Solution HERE

Thanks to monkeypaw201 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...