session_name); session_start(); require_once('include/translate.inc.php'); require_once('include/phpmailer/class.phpmailer.php'); require_once('include/users.lib.php'); if (!isset($op) || $op==""){ $op=1; } session_write_close ; $glo_img_dir = "img/".$glo_language; $menu_array = mk_menu($op,0,0); //$submenu_array = mk_menu($op,1,$sop); $piemenu_array = mk_menu($op,4,0); if ($sectionname!=""){ $op=search_op($sectionname); } if ($sop != 0){ $n_op= $sop; } else { $n_op = $op; } if ($n_op==0 || $n_op==""){ $n_op = 1; } $glo_title = darTitulo($n_op); if ($authen != "" && $authen != "logout"){ $glo_title = "Mi Cuenta"; } if (isset($glo_title) && ($glo_title != "")) { $loc_title = $default->web_title . " - ". translate($glo_title) ; } else { $loc_title = $default->web_title; } if (isset($glo_onload) && $glo_onload != "" ) { $loc_ONLOAD = " onload=\"$glo_onload\""; $glo_onload = ""; } else { $loc_ONLOAD = ""; } include("include/templates/header.inc.php"); include("include/templates/page_header.inc.php"); include("include/templates/page_menu.inc.php"); include("include/templates/page_body.inc.php"); include("include/templates/page_footer.inc.php"); include("include/templates/footer.inc.php"); ?>