Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <li<?php
- if(dirname($_SERVER["REQUEST_URI"])."/" == '/clients/' && !($_SERVER["REQUEST_URI"] == '/clients/index.php?fuse=support&view=SubmitTicketForm'))
- {
- echo ' class="current_page_item"';
- }
- ?>><a href="/clients/">Login</a></li>
- <li<?php
- if($_SERVER["REQUEST_URI"] == '/clients/index.php?fuse=support&view=SubmitTicketForm')
- {
- echo ' class="current_page_item"';
- }
- ?>><a href="/clients/index.php?fuse=support&view=SubmitTicketForm">Contact Us</a></li>
Advertisement
Add Comment
Please, Sign In to add comment