Jump to content

Left column on homepage still visible in IE7


steviger

Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...