Re: Product Detail Contents detail Only only header and footer no other things
Ok How about an Else statement.
Can you show me what the code was before you changed it, the first two lines in bold. I am thinking that you should try to move the {/if} right behind 0 0 0 0px;">
Or do something like:
{ if $main eq "product"}
<div id="center-main" style="0 0 0 0px;">
{else}
<div id="center-main" style="0 0 0 250px;">
{/if}
then all that code that states include this and that templates.
Google the Syntax on the the else statement, but that should do the trick
|