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.
28 lines
638 B
28 lines
638 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
|
|
dupxTplRender('pages-parts/page-header', array(
|
|
'paramView' => 'step2',
|
|
'bodyId' => 'page-step2',
|
|
'bodyClasses' => $bodyClasses
|
|
));
|
|
?>
|
|
<div id="content-inner">
|
|
<?php dupxTplRender('pages-parts/step2/step-title'); ?>
|
|
<div id="main-content-wrapper" >
|
|
<?php dupxTplRender('pages-parts/step2/main'); ?>
|
|
</div>
|
|
<?php
|
|
dupxTplRender('parts/ajax-error');
|
|
dupxTplRender('parts/progress-bar');
|
|
?>
|
|
</div>
|
|
<?php
|
|
dupxTplRender('scripts/step2-init');
|
|
dupxTplRender('pages-parts/page-footer');
|
|
|