diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 6a71ff7..c452f03 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -51,7 +51,13 @@
-

'h1' ]) ?>

+

'h1' ]))) { + echo $product->fullname; + } else { + echo Seo::widget([ 'row' => 'h1' ]); + } + ?>

Код:variant->sku ?>
-- libgit2 0.21.4