>
layout_pages ) and in_array( $page['id'], $this -> layout_pages ) ):?>checked="checked" endif;?> />= $page['title'];?>
if ( is_array( $page['subpages'] ) )
echo \Shared\Tpl\Tpl::view( 'layouts/subpages-list', [
'pages' => $page['subpages'],
'layout_pages' => $this -> layout_pages,
'step' => $this -> step + 1
] );
?>
endforeach;?>