MyBB Community Forums

Full Version: Header Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to add a new link to the header, but the title of the link won't show. Here's the code:

<li><a href="{$mybb->settings['bburl']}/newpoints.php"><img src="{$theme['imgdir']}/toplinks/star.gif" alt="" title="" />{$lang->toplinks_shop}</a></li>
{$lang->toplinks_shop} does not exist ; replace it with shop
(2012-01-08, 07:24 PM)ranjani Wrote: [ -> ]{$lang->toplinks_shop} does not exist ; replace it with shop

Thanks! It works now Smile