View Single Post
  #2  
Old 10-10-2007, 10:07 AM
  DrQuietus's Avatar 
DrQuietus DrQuietus is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 81
 

Default Re: Embedded Static Page Problem

OK I found what I was looking and changed the code to the following:

{if $main eq "catalog" and $current_category.category eq "" OR $smarty.get.pageid eq "24"}

{include file="customer/main/welcome.tpl" f_products=$f_products}

{/if}

{if $main ne "catalog" OR ($main eq "catalog" and $current_category.category ne "") and $smarty.get.pageid ne "24"}
<div id="middlecolumn">

But the middle and left columns are still displaying under the flash on the satic page, how can I fix it? I am on a tight deadline, someone please help. Thanks.
__________________
Dave Jones
dave@industrialwebworks.net
Mostly 4.7.2 - 4.7.5
Reply With Quote