Advertisement
Guest User

Untitled

a guest
Oct 12th, 2016
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <li class="text-muted menu-title">User Information</li>
  2. <li class="">
  3. <a href="profile.php" class="waves-effect waves-light <?php if($page=="profile.php"){echo'active';} ?>"><i class="ti-user"></i><span>Profile </span> </a>
  4. <a href="usersettings.php" class="waves-effect waves-light <?php if($page=="2"){echo'active';} ?>"><i class="fa fa-cog"></i><span>Settings </span> </a>
  5. <a href="userhistory.php" class="waves-effect waves-light <?php if($page=="3"){echo'active';} ?>"><i class="fa fa-history"></i><span> Your History </span> </a>
  6. <a href="steamauth/logout.php" class="waves-effect waves-light <?php if($page=="4"){echo'active';} ?>"><i class="ti-power-off m-r-5"></i><span>Logout </span> </a>
  7. <a href="http://skinsbucket.com/deposit.php?partnerid=133" target=_blank class="waves-effect waves-light <?php if($page=="5"){echo'active';} ?>"><i class="fa fa-sign-in"></i><span>Deposit </span> </a>
  8. <a href="http://skinsbucket.com/withdraw.php?partnerid=133" target=_blank class="waves-effect waves-light <?php if($page=="6"){echo'active';} ?>"><i class="fa fa-sign-out"></i><span>Withdraw </span> </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement