In my template, there are two s
Code: Select all
<div id="left_column">
{content}
</div>
<div id="right_column">
</div>
is there a better way to fill 2 columns whith content?
thank you and sorry for my bad english
Code: Select all
<div id="left_column">
{content}
</div>
<div id="right_column">
</div>