PDA

View Full Version : Table on Front Page Only


Fink
06-04-2006, 04:40 PM
Hi all :)

Still new to this, but i have a question about table

i have med a directory but i want a table in the right side of the frontpage, i know how and where, but it dont just stick on the frontpage, it is allso showen on the sub-page´s. i want it locked to the frontpage only. (the design is not finished yet)

can anyone help my, or know where to find some help about this :)

Thx in advance

anon
06-04-2006, 04:52 PM
When you want something *only* on the front page use

{if $category.ID eq 0}

put your frontpage only code in here

{else}

put whatever is suppose to show if you are not on frontpage here

{/if}

Fink
06-04-2006, 05:03 PM
Thx alot for the help :D

it worked :)

anon
06-04-2006, 05:39 PM
np.

good luck with your directory ;)