_pages ) ) foreach ( $this -> _pages as $page )
{
if ( $page['id_menu'] != $_SESSION['id_menu'] )
{
$_SESSION['id_menu'] = $page['id_menu'];
?>
_step > 0 ) echo "style='display: none;'";?> class="article_page article_page_= $this -> _step;?> = $page['parent_id'];?>" style="float: left; width: 280px;">
if ( $this -> _step == 0 ) echo ' ';?>
' style='width: 15px; position: relative; top: 5px; float: left; margin-right: 5px;' id="page_= $page['id'];?>"
if ( $page['check'] == 1 )
echo 'checked="checked"';
?>
/>
= $page['title'];?>
if ( is_array( $page['subpages'] ) )
echo '
';
if ( is_array( $page['subpages'] ) )
echo \admin\view\Articles::drawArticleEditPages( $page['subpages'], $this -> _step + 1 );
?>
}
?>