Example: you can create a new layout such as my-layout
a) go to "templates\yt_framework\layouts" folder, creating my-layout.xml file and change its content similar to other layout files:
* go to "templates\yt_framework\includes\cpanel.php", finding:
$layouts = array(
'left-main',
'main-right',
'full',
'left-main-right',
'left-right-main',
'main-left-right'
);
=>
$layouts = array(
'left-main',
'main-right',
'full',
'left-main-right',
'left-right-main',
'main-left-right',
'my-layout'
);
b) you can choose the my-layout in the cpanel on fronend or Layout Settings in the template configuration.