Example #1
0
<?php

include_once dirname(__FILE__) . '/../../config/config.inc.php';
include_once dirname(__FILE__) . '/../../init.php';
include_once dirname(__FILE__) . '/defines.php';
include_once dirname(__FILE__) . '/classes/LofBlock.php';
include_once dirname(__FILE__) . '/classes/LofItem.php';
include_once dirname(__FILE__) . '/lofadvancecustom.php';
global $cookie;
$module = new lofadvancecustom();
$adminfolder = $module->getFolderAdmin();
$id_lang = Tools::getValue('id_lang');
if (Tools::getValue('secure_key') != $module->secure_key) {
    die('Secure key is invalid.');
}
?>
<html>
	<head>
		<title><?php 
echo $module->l('Pop up');
?>
</title>
		<link href="<?php 
echo __PS_BASE_URI__;
?>
css/admin.css"  type="text/css" rel="stylesheet"/>
		
		<style>
			body{height:100%;background-color: #FFFFFF;}
			#container{height:100%}
			#content{height:90%;border: none;padding: 0px;}