MyBB Community Forums
How do i add a link below the header - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: How do i add a link below the header (/thread-85863.html)



How do i add a link below the header - MoDz - 2011-01-08

[Image: 4rcisj.png]
how do i do that


RE: How do i add a link below the header - Yaldaram - 2011-01-09

Go to ACP > Templates > Header Templates > header > Edit and find;

<navigation>

Add the following code just above the <navigation>;

<li><a href="YOUR_LINK_URL"><img src="YOUR_IMAGE_URL" alt="" title="" />YOUR_LINK_TEXT</a></li>

Save template.

In this way you can add as many links as you can Smile