From 563a6d542f23061bb2ee54e452d8baa78bcb5330 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Apr 2017 11:56:56 +0300 Subject: [PATCH] -H1 fix --- frontend/views/catalog/product.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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