As old timers know - I am a complete noob to coding. I have a directory using phpLD2.1 Free version. I want to put some text on header.tpl - that will only show on home-page and not on any other single page of the directory. I'll be glad - if someone can give me the code and help me. Regards.
I'm not familiar with phpld but if they use Smarty you could try: {if $category.id == 0} This link and text will only show on your main page. {/if} Code (markup):
Use below given if you want to show text only on homepage not on any other single page of directory. {if $category.ID eq 0 and not $qu} Your text {/if} Code (markup): DON.