MyBB Community Forums

Full Version: Disable this image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i am using this mod - http://mods.mybb.com/view/downloads

And i want to disable the image left to the Downloads text
AdminCP > Templates > Your theme's templates > header Templates > header > and search for;
<li><a href="{$mybb->settings['bburl']}/downloads.php"><img src="{$theme['imgdir']}/paperclip.gif" alt="" title="" />Downloads</a></li>
and Delete the following code from it;
<img src="{$theme['imgdir']}/paperclip.gif" alt="" title="" />
Thank you!