?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/duplicator/installer/dup-installer/templates/default

?? Viewing: top-header-help.php

<?php

/**
 *
 * @package templates/default
 */

defined('ABSPATH') || defined('DUPXABSPATH') || exit;

$archiveConfig = DUPX_ArchiveConfig::getInstance();

?>
<table cellspacing="0" class="header-wizard">
    <tr>
        <td style="width:100%;">
            <div class="dupx-branding-header">
                <i class="fa fa-bolt fa-sm"></i> Duplicator help
            </div>
        </td>
    </tr>
</table>


??

??