Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <td>
  2. <?php // condiciones:
  3.  
  4. if ($isSuperUser != '1' && $row->name == 'Alejandro Villegas') {
  5. echo $row->name;
  6. }else{
  7. ?>
  8. <a class="hasTooltip" href="<?php echo $link; ?>" title="<?php echo JText::_('COM_USUARIOS_EDIT_USUARIOS'); ?>">
  9. <?php echo $row->name; ?>
  10. </a>
  11. <?php
  12. }
  13. ?>
  14. </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement