mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- removed "About" page;
- added tooltips to Profile menu; - some fixes;
This commit is contained in:
@@ -651,7 +651,7 @@
|
||||
?>
|
||||
|
||||
<div class="um-profile-nav-item um-profile-nav-<?php echo $id; ?> <?php if ( !um_get_option('profile_menu_icons') ) { echo 'without-icon'; } ?> <?php if ( $id == $active_tab ) { echo 'active'; } ?>">
|
||||
<a href="<?php echo $nav_link; ?>" title="<?php echo $tab['name']; ?>">
|
||||
<a href="<?php echo $nav_link; ?>" class="um-tip-n" title="<?php echo $tab['name']; ?>" original-title="<?php echo $tab['name']; ?>">
|
||||
|
||||
<i class="<?php echo $tab['icon']; ?>"></i>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user