Quote:
Originally Posted by pathum
where and how ...
Thanks pal
|
To remove the admin link find the following code at the footer template and either remove it or comment it out:
HTML Code:
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
Whereas for the modcp the following code:
HTML Code:
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>