pages = $pages; $tpl -> parent_id = $parent_id; $tpl -> step = $step; $tpl -> article_pages = $article_pages; return $tpl -> render( 'articles/subpages-list' ); } public static function articles_list() { $tpl = new \Tpl; return $tpl -> render( 'articles/articles-list' ); } } ?>