steviger Posted September 5, 2011 Share Posted September 5, 2011 Hi, Since I want my home page to have just one column, I've set everything up in the back office (the left column will show everywhere except on the index.php.) I know that I have to modify the header.tpl as well so that IE7 doesn't display the div either. Apparently the old method doesn't work anymore in the latest version (I'm using V. 1.4.4.1). In the themes/mytheme/header.tpl I use to replace: <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> with this: {if $HOOK_LEFT_COLUMN!=""} <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> {/if} But since the latest version of PS this doesn't do the trick anymore... Any idea's how to solve this? Much appriciated! Steven 1 Link to comment Share on other sites More sharing options...
steviger Posted September 6, 2011 Author Share Posted September 6, 2011 In performance one has to activate "force compile"... Didn't know that. This way you can see the changes that has ben made. Link to comment Share on other sites More sharing options...
Carl Favre Posted September 6, 2011 Share Posted September 6, 2011 Hi steviger, Indeed, you also have to clean the cache . Do you still have your problem? Link to comment Share on other sites More sharing options...
steviger Posted September 13, 2011 Author Share Posted September 13, 2011 Nope, "problem" solved. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 14, 2011 Share Posted September 14, 2011 Nope, "problem" solved. Then please mark the thread [solved] so others will know. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now