Example #1
0
    }
}
// print_r($user_controller->Get_DataUser());
?>

<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
    
<?php 
AdminHeader::$relative_route = "../";
AdminHeader::GetTitle("Perfil");
AdminHeader::GetMeta();
AdminHeader::GetCss();
AdminHeader::GetIcon();
?>


<!-- BEGIN PAGE LEVEL STYLES -->
<link href="../assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css" rel="stylesheet" type="text/css"/>
<link href="../assets/admin/pages/css/profile.css" rel="stylesheet" type="text/css"/>
<link href="../assets/admin/pages/css/tasks.css" rel="stylesheet" type="text/css"/>
<!-- END PAGE LEVEL STYLES -->

</head>
Example #2
0
    $header->redirect("dashboard_add_prospecto.php");
}
$fb = $_REQUEST['txt_facebook'];
$tw = $_REQUEST['txt_twitter'];
?>
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<!-- BEGIN HEAD -->

<head>

<?php 
AdminHeader::$relative_route = FunctionsController::GetContentUrl("Web/");
AdminHeader::GetTitle("Lieison Dashboard");
AdminHeader::GetMeta();
AdminHeader::GetCss();
?>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="page-header-fixed page-quick-sidebar-over-content page-style-square"> 

<input type="hidden" value="<?php 
echo $_REQUEST['txt_nombre'];
?>
" id="nombre" />
<input type="hidden" value="<?php 
echo $_REQUEST['txt_direccion1'];