MyBB Community Forums

Full Version: editing Header !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to edit my header so i can replace the calender link with my Subcribers link
heres what i wanna change
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>

i can change the link but when i try to rename it the doesnt work .

so i can change the link but on my forum it will still say Calender .

Help ?
<li><a href="{$mybb->settings['bburl']}/your link here.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/subscribers.gif" alt="" title="" />Subcribers</a></li>