You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
654 B
29 lines
654 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
|
|
dupxTplRender('pages-parts/page-header', array(
|
|
'paramView' => 'secure',
|
|
'bodyId' => 'page-secure',
|
|
'bodyClasses' => $bodyClasses,
|
|
'skipTopMessages' => true
|
|
));
|
|
?>
|
|
<div id="content-inner">
|
|
<?php
|
|
dupxTplRender('pages-parts/head/header-main', array(
|
|
'htmlTitle' => 'Installer Security'
|
|
));
|
|
?>
|
|
<div id="main-content-wrapper" >
|
|
<?php dupxTplRender('pages-parts/secure/main'); ?>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
dupxTplRender('scripts/secure-init');
|
|
dupxTplRender('pages-parts/page-footer');
|
|
|