HOME


Mini Shell 1.0
DIR: /var/www/yme/wp-content/plugins/duplicator/installer/dup-installer/templates/default/
Upload File :
Current File : //var/www/yme/wp-content/plugins/duplicator/installer/dup-installer/templates/default/page-help.php
<?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');