that is correct - I manualy added one.
That's why I said "modified".
I works as long as I put both into the same if clause (the one for right bar).
Like this:
PHP Code:
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
<div id="left-bar">
{include file="customer/left_bar.tpl"}
</div>
<div id="right-bar">
{include file="customer/right_bar.tpl"}
</div>
{/if}
But it won't work the way, as shown on this content.tpl