<em>@thanos125 161159 wrote:</em><blockquote>hello
I’d like to add a column to the template ja purity ii, to have four columns instead of three, in which file I should add the code? thank you
thanks a lot</blockquote>
Try something like this:
open …/layouts/default.php and change
'left1' =>'left1',
'left2' =>'left2',
'left-mass-top' =>'lcol-mass1',
'left-mass-bottom' =>'lcol-mass2',
'right1' =>'right1',
'right2' =>'right2',
'right-mass-top' =>'rcol-mass1',
'right-mass-bottom' =>'rcol-mass2',
'content-mass-top' =>'content-mass-top',
'content-mass-bottom' =>'content-mass-bot',
'content-top' =>'content-top',
'content-bottom' =>'content-bot',
'inset1' =>'inset1',
'inset2' =>'inset2'
You will get 4 column.Additional position above and below left and right are available also.