always display left column

This commit is contained in:
Frederic Peters 2009-05-27 13:29:54 +02:00
parent 8a92dd365d
commit b63b4a1833
1 changed files with 4 additions and 3 deletions

View File

@ -79,15 +79,16 @@
<tal:comment replace="nothing"> Start of the left column </tal:comment>
<div id="portal-column-one"
metal:define-slot="column_one_slot"
tal:condition="sl">
<div id="portal-column-one">
<div metal:define-slot="column_one_slot" tal:condition="sl">
<div class="visualPadding">
<metal:portlets define-slot="portlets_one_slot">
<tal:block replace="structure provider:plone.leftcolumn" />
</metal:portlets>
&nbsp;
</div>
</div>
&nbsp; <!-- always a left column with content -->
</div>
<tal:comment replace="nothing"> End of the left column </tal:comment>