params[ 'seo' ][ Seo::TITLE ] = !empty( $category->meta_title ) ? $category->meta_title : $category->name; $this->params[ 'seo' ][ Seo::DESCRIPTION ] = !empty( $category->meta_desc ) ? $category->meta_desc : ''; $this->params[ 'seo' ][ Seo::SEO_TEXT ] = !empty( $category->seo_text ) ? $category->seo_text : ''; $this->params[ 'seo' ][ Seo::H1 ] = !empty( $category->h1 ) ? $category->h1 : $category->name; $this->params[ 'breadcrumbs' ][] = [ 'label' => $category->parent->parent->name, 'url' => Url::to([ 'category/index', 'id' => $category->parent->parent->category_id, ]), ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $category->parent->name, 'url' => Url::to([ 'category/brand', 'id' => $category->parent->category_id, ]), ]; $this->params[ 'breadcrumbs' ][] = $category->name; ?>
second_text; ?>