2011-06-10, 09:02 AM
2011-06-10, 09:09 AM
You mean the toplinks? In the same region as Search, Memberlist, ...?
Search the menu in the 'header' template and before
Save the template.
Now upload the images to images/toplinks/ and give them the same name as you used in the template. So 'refer.gif' and 'awards.gif' in this case.
Search the menu in the 'header' template and before
</ul>
add<li><a href="refer.php"><img src="images/toplinks/refer.gif" alt="">Refer</a></li>
<li><a href="awards.php"><img src="images/toplinks/awards.gif" alt="">Awards</a></li>
Save the template.
Now upload the images to images/toplinks/ and give them the same name as you used in the template. So 'refer.gif' and 'awards.gif' in this case.
2011-06-10, 09:31 AM
thanks, it worked...
2011-06-10, 09:51 AM
(2011-06-10, 09:31 AM)saini1987 Wrote: [ -> ]thanks, it worked...
Great!