• File: top-header-help.php
  • Full Path: /home/atelipy/www/wpmain/default/parts/top-header-help.php
  • File size: 411 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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>