MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/englobatrading.com/intelimerc.com/
File Upload :
Current < : /hermes/bosweb/b1705/englobatrading.com/intelimerc.com/experiencia.php

<!-- 
sitio:		www.interlimec.com
file:		experiencia.php
realizado por: 	iridizen.com
programador:	Ing. Daniel Castillo Torres
Fecha: 		16/01/12
-->

<?php
require('libs/smarty/Smarty.class.php');
$smarty = new Smarty;

$sec=$_GET['sec'];

$leng=$_GET['leng'];

$smarty->assign('leng',$leng);
$smarty->assign('templates',"templates".$leng);
$smarty->assign('section',$sec);


$smarty->display("templates".$leng."/lightBox/mainLB.tpl");

?>