How to hard code advert under smf link tree

Started by wealth, Apr 13, 2011, 12:10 PM

wealth

Hello people. Just have little problem placing ad under SMF link tree. That is these areas with example in bold

     The InfoStride » TECHNOLOGY & INNOVATION » WebMasters | SMF Help

I do not use ad management mod but I will appreciate your support. Do not know if I did the right thing in index.template.php as when I did, it display the ad three times.

Note pls:Do not mean placing it under main menu but the given area as done likewise on theinfostrides.com. Thanks....

MyInfoStride


wealth

Hmmm.. I finally stumbled upon it and got it fixed

// Show the navigation tree.
theme_linktree();

echo '
<div style="text-align: center">
adv code
</div>';


Thanks for responding...

MyInfoStride