PDA

View Full Version : Footer Links to Speed Navigation....


ggbig
01-17-2008, 07:03 PM
in include/staff/footer.inc.php replace line 4:

<div id="footer">Copyright &copy; 2006-<?=date('Y')?>&nbsp;osTicket.com. &nbsp;All Rights Reserved.</div>

with:

<div valign="top" id="footer">
<a href="admin.php"><img src="../images/home.gif">&nbsp;Admin</a>&nbsp;|&nbsp;
<a href="tickets.php"><img src="../images/icons/ticket.gif">&nbsp;Tickets Main Page</a>&nbsp;|&nbsp;
<a href="tickets.php?a=open"><img src="../images/new_ticket.gif">&nbsp;New Ticket</a>&nbsp;|&nbsp;
<a href="" onclick="window.scrollTo(0,0); return false"><img src="../images/top.gif">&nbsp;Back to Top</a>&nbsp;|&nbsp;
<a target="_blank" href="http://osticket.com/forums/"><img src="../images/forums.gif">&nbsp;Support Forums</a>
</div>

and upload the two new images i have attached to this post to the main osTicket image directory, and you will have some VERY HANDY navigation in your staff/admin footer to save time getting around in your ticket system. Which is a life saver when added up throughout your day.

Thanks again for such a great Open Source Ticket System! :)