MyBB Community Forums

Full Version: Delete Menu option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I need to delete the Calendar menu item...

How do I go about doing this?
ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header

Find and delete:
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
Thanks =)