<?
if(is_mobile_device()) {
	//test("1",0);
	//echo "MOBILE";
	include($_SESSION['template']['company']['file_path'] . "shared/generic_processing_visual_MOBILE.shared");
	
} else {
	//test("2",0);
	include($_SESSION['template']['company']['file_path'] . "shared/generic_processing_visual_DESKTOP.shared");
	
}


?>
