where([ 'in_top_menu' => true, ]) ->orderBy([ 'sort_order' => SORT_ASC, ]) ->all(); $main_menu = Page::find() ->where([ 'in_menu' => true, ]) ->orderBy([ 'sort_order' => SORT_ASC, ]) ->all(); $this->registerMetaTag([ 'name' => 'robots', 'content' => 'noindex,nofollow', ]); AppAsset::register($this); $brands = Category::find() ->where([ 'parent_id' => 0, ]) ->all(); ?> beginPage(); ?>
= Html::csrfMetaTags(); ?>