PDA

View Full Version : Add "Portal" link at very top of AdminCP


58sniper
09-24-2004, 09:34 AM
Similar to the "Forum Home Page" and "Logout" links in the upper right.

Open admincp/index.php

find:
<a href="../<?php echo $vboptions['forumhome']; ?>.php?<?php echo $session['sessionurl']; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ?></a>

above that, paste
<a href="/" target="_blank">Portal</a>
|


save & upload

Feckie
08-03-2005, 04:47 PM
Thank You Like it :)