View Single Post
  #11  
Old 10-22-2004, 02:14 PM
 
macker123 macker123 is offline
 

Advanced Member
  
Join Date: Mar 2004
Posts: 68
 

Default

Quote:
Originally Posted by Jon
Ok, in the very, very top of your home_main.tpl put:

MAIN: {$main}

If it doesn't return anything, the problem is that your cart.php is not assigning the main variable.

I inserted it at very top and I get same issue exactly. Here is my code at tp to show I did it:


MAIN: {$main}
{if $smarty.get.mode eq "subscribed"}
{include file="main/subscribe_confirmation.tpl"}

{elseif $smarty.get.mode eq "unsubscribed"}
{include file="main/unsubscribe_confirmation.tpl"}
.........
..........
......etc etc
__________________
Heavily Modified 4.0.8
http://www.hiphopcapital.com
Reply With Quote