Guest User

Untitled

a guest
Oct 7th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <li<?php
  2. if(dirname($_SERVER["REQUEST_URI"])."/" == '/clients/' && !($_SERVER["REQUEST_URI"] == '/clients/index.php?fuse=support&view=SubmitTicketForm'))
  3. {
  4. echo ' class="current_page_item"';
  5. }
  6. ?>><a href="/clients/">Login</a></li>
  7. <li<?php
  8. if($_SERVER["REQUEST_URI"] == '/clients/index.php?fuse=support&view=SubmitTicketForm')
  9. {
  10. echo ' class="current_page_item"';
  11. }
  12. ?>><a href="/clients/index.php?fuse=support&view=SubmitTicketForm">Contact Us</a></li>
Advertisement
Add Comment
Please, Sign In to add comment