Quote:
Originally Posted by trotskid
Hi. Where can I modify the URL of this text? I would like link the control panel, not the same page.
greetings

|
Open template
PRIVATE_SHELL
Find:
PHP Code:
<tr><td class="tcat" nowrap="nowrap"><a href="private.php$session[sessionurl_q]">$vbphrase[your_control_panel]</a></td></tr>
Replace
$vbphrase[your_control_panel] with what you want it to say...
I made mine say "Message CP" so the code looks like this:
PHP Code:
<tr><td class="tcat" nowrap="nowrap"><a href="private.php$session[sessionurl_q]">Message CP</a></td></tr>
Hope this helps
EDIT: noticed you wanted to edit URL afterwards... just edit the
private.php$session[sessionurl_q] to the URL you want, sorry about that m8