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
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