File "page-help.php"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/plugins/duplicator/installer/dup-installer/templates/default/page-help.php
File size: 441 bytes
MIME-type: text/x-php
Charset: utf-8

<?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');