Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php if ($this->show_right) { ?>
  2. <a class="<?php print $this->classes['right']; ?>" href="<?php print $this->switch_urls['right']; ?>"><?php print $this->switch_labels['right']; ?></a>
  3. <?php } else { ?>
  4. <div class="courseman_tab2 empty"></div>
  5. <?php } ?>
Add Comment
Please, Sign In to add comment