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-help.php

22 lines
441 B

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