View Single Post
  #2  
Old 08-09-2007, 03:41 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: how to have a section with 2 column layout while the rest 3-column

You're going to love this:

in home.tpl

{if $main eq "pages" and $page_data.pageid eq "1"}
3rd column code goes here
{/if}

-- to find the page ID, hover over the static embedded page link in the admin. You can also make this a RANGE of page IDs. Smarty is your friend.

Cool?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote