![]() |
Quote:
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 |
When you load the page can you see the MAIN: text on it?
What about other pages? Can you see the MAIN: text on it? |
Quote:
I see it fine on other pages, but NOT the pages in question. |
Probably indicates problems in your php scripts. Open them up and check to see that main is being assigned to smarty.
|
Quote:
I restored all of my PHP files from the originals it hasn't made a difference. Either there is something wrong with the PHP files by default or something is wrong with a template somewhere. I have made ALOT of changes to templates so if you guys can give me some ideas on what templates to try and restore I can see if that helps. |
I got it working. It turns out in the home.tpl there was an if else statement that I thought was right, but I guess not. It was never getting to the else statement. All fixed.
Thanks for your help. |
What a nightmare eh. Glad you got it working.
|
All times are GMT -8. The time now is 03:18 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.