Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php if ($this->config->get('friends.enabled')) { ?>
  2. <li class="<?php echo $highlight == 'friends' ? 'is-active' : '';?>">
  3. <a href="<?php echo ESR::friends();?>"><?php echo JText::_('COM_ES_MY_FRIENDS'); ?></a>
  4. </li>
  5. <?php } ?>
  6. <?php if ($this->config->get('followers.enabled')) { ?>
  7. <li class="<?php echo $highlight == 'followers' ? 'is-active' : '';?>">
  8. <a href="<?php echo ESR::followers();?>"><?php echo JText::_('COM_ES_MY_FOLLOWERS'); ?></a>
  9. </li>
  10. <?php } ?>
Add Comment
Please, Sign In to add comment