Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php if ( ($this->users->can_insert_pros() || $this->users->getUSRTYPE() == 2 XOR $this->users->getUSRTYPE() == 3)) { ?>
  2. <a href="#" id="insert_professional" class="button blue"><?php echo $this->lang->line('Inserir'); ?></a>
  3. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement