Dear artcop!
Open the file: templatesja_selenilayoutsdefault.php and find code at the top of this file
[PHP]
$positions = array (
‘left1’ =>”,
‘left2’ =>”,
‘left-mass-top’ =>”,
‘left-mass-bottom’ =>”,
‘right1′ =>’right’,
‘right2’ =>”,
‘right-mass-top’ =>”,
‘right-mass-bottom’ =>”,
‘content-mass-top’ =>”,
‘content-mass-bottom’ =>”,
‘content-top’ =>’content-top’,
‘content-bottom’ =>’content-bot’,
‘inset1’ =>”,// you put name of position in here
‘inset2’ =>” // you put name of position in here
);
[/PHP]
this block code is using for configuring positions, configure two positions: with:
[PHP]
‘inset1’ =>”,// you put name of position in here
‘inset2’ =>” // you put name of position in here
[/PHP]
GOodluck