Sindbad~EG File Manager
<?php
$PeepSoProfile = PeepSoProfile::get_instance();
$PeepSoUser = $PeepSoProfile->user;
foreach ($links as $id=>$link) {
$url = $PeepSoUser->get_profileurl() . $link['href'];
if ( 'http' == substr($link['href'], 0, 4) ) {
$url = $link['href'];
}
?>
<a href="<?php echo $url ?>" class="ps-focus__menu-item <?php if ($current == $id) { echo 'ps-focus__menu-item--active active ps-js-item-active'; } ?> ps-js-item">
<i class="<?php echo $link['icon'];?>"></i><?php echo $link['label'];?>
</a><?php
}
?>
<a href="#" class="ps-focus__menu-item ps-focus__menu-item--more ps-tip ps-tip--arrow ps-js-item-more" aria-label="<?php echo esc_attr__('More', 'peepso-core'); ?>" style="display:none">
<i class="gcis gci-ellipsis-h"></i>
</a>
<div class="ps-focus__menu-more ps-dropdown ps-dropdown--menu ps-js-focus-more">
<div class="ps-dropdown__menu ps-js-focus-link-dropdown"></div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists