Quote:
Originally Posted by cuphongle
hmm i tries this add this after that but doesnt work 
<td class="vbmenu_control"><a href="cartplog.php$session[sessionurl_q]">$vbphrase[shopping]</a></td>
after this
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
|
There is no "Shopping" phrase, if you want to use "Shopping" as the term you can create a new phrase, or hardwire "Shopping" as such:
HTML Code:
<td class="vbmenu_control"><a href="cartplog.php$session[sessionurl_q]">Shopping</a></td>