MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/salesevent2013/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/salesevent2013/langUtils.php

<?php

	//LANGUAGE
	if(isset($_GET['setLang'])) {
		if($_GET['setLang'] == 'fr') $_SESSION['registration']['myLang'] = 'fr';
        else $_SESSION['registration']['myLang'] = 'en';
	} 
	if(!isset($_SESSION['registration']['myLang']))
	{		
    	if (strtolower($dealerInfo[$_SESSION['registration']['selectedDealer']]['lang']) == 'fr') $_SESSION['registration']['myLang'] = 'fr';
    	else $_SESSION['registration']['myLang'] = 'en';
    }
	
	if($_SESSION['registration']['myLang'] == 'fr') include_once('fr.php');
	else include_once('en.php');

?>