registerMetaTag([
'name' => 'robots',
'content' => 'noindex,nofollow',
]);
AppAsset::register($this);
$brands = Category::find()
->where([
'parent_id' => 0,
])->all();
?>
beginPage(); ?>
= Html::csrfMetaTags(); ?>
= Html::encode($this->title); ?>
head(); ?>
beginBody(); ?>
'div',
'options' => [
'class' => 'nav_up',
],
'itemTemplate' => '{link} - ',
'activeItemTemplate' => '{link}',
'links' => isset( $this->params[ 'breadcrumbs' ] ) ? $this->params[ 'breadcrumbs' ] : [],
]);
?>
= $content ?>
endBody(); ?>
endPage(); ?>