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.
 
 
 
 
cosmopet-architecture/dup-installer/templates/default/page-step4.php

28 lines
638 B

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