PDA

View Full Version : How do I remove the Calendar from the menu?



growingpeople
Wed 27th Oct '04, 8:41am
Anyone who knows how to remove the link to the Calendar from the menu?

Boxy
Wed 27th Oct '04, 8:53am
AdminCP -> Styles & Templates -> Style Manager -> Edit Templates -> Expand Navigation / Breadcrumb Template Group -> Edit navbar

Find:


<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>


and either remove it completely or comment it out:



<!--
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
-->