include MY_APP_DIR . 'controllers/explorer_shared.php';
/*
**************************
*/
include MY_APP_DIR . 'controllers/explorer_ftp.php';
/*
**************************
*/
include MY_APP_DIR . 'controllers/explorer_cp.php';
/*
**************************
*/
// Get address bars, nav bar and footer
$html['addressbar'] = $explorer->render_address_url();
$html['footer_address'] = $explorer->render_address_links();
$html['footer_protocol_icon'] = $explorer->get_icon_protocol();
$html['protocol_icon'] = $explorer->get_icon_protocol();
/*
**************************
*/
// Protocol icon
if (!empty($address_icon)) {
    $html['protocol_icon'] = $address_icon;
    $html['footer_protocol_icon'] = $address_icon;
}
$html['protocol_bg'] = '';
$html['navbar'] = $explorer->render_nav_bar();
/*
***************************
========== ICONS =========
***************************