PDA

View Full Version : Please help with design issue


tmeyer45458
06-18-2006, 01:24 AM
I'm trying to display my cats/sub-cats on my homepage differently from my sub-pages.

The styles and layout for the cats on my homepage "carry over" to the sub cats listed for any given category and I would like the ability to display (style and layout) the sub-cats displayed at the top of each page differently from the style and layout applied to the main page. Any help would be appreciate as I have very little idea as to where to start.

I fumbled throught explaining what I'm trying to accomplish, so I apologize if this doesn't make much sense.

Thanks:D

tmeyer45458
06-18-2006, 02:58 AM
I figured it out I think - it works but now I'm just waiting for something else to have stopped working:rolleyes:

Optimit
06-18-2006, 05:07 AM
Basically, I would do something like this

{if $category.ID eq 0}

main page display


{else}

Subpage display

{/if}