muffinjello

Selected Tab

Apr 14th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. //Defining the variables
  3. $a="[[*menutitle]]";
  4. if ($a=="classpvp"){
  5.     echo "selected";
  6. } else {
  7.     echo $a;
  8. } ?>
Add Comment
Please, Sign In to add comment