\ No newline at end of file
diff --git a/common/modules/product/widgets/views/product_smart_similar.php b/common/modules/product/widgets/views/product_smart_similar.php
new file mode 100755
index 0000000..b666bed
--- /dev/null
+++ b/common/modules/product/widgets/views/product_smart_similar.php
@@ -0,0 +1,69 @@
+
+
+
diff --git a/common/modules/product/widgets/views/products_block.php b/common/modules/product/widgets/views/products_block.php
index b30a4e7..5c0ff38 100755
--- a/common/modules/product/widgets/views/products_block.php
+++ b/common/modules/product/widgets/views/products_block.php
@@ -1,36 +1,28 @@
-
-
-
-
-
- Похожие товары
-
-
-
- render(
- 'product_smart',
- [
- 'product' => $product,
- ]
- );
- } ?>
-
-
+
+
+
+ //= $title?>
+
+
+ = $this->render('product_smart', [
+ 'product' => $product,
+ 'class' => $class
+ ]);?>
+
-
\ No newline at end of file
+
+
+
+
+
diff --git a/common/modules/product/widgets/views/products_block_similar.php b/common/modules/product/widgets/views/products_block_similar.php
new file mode 100755
index 0000000..b30a4e7
--- /dev/null
+++ b/common/modules/product/widgets/views/products_block_similar.php
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+ Похожие товары
+
+
+
+ render(
+ 'product_smart',
+ [
+ 'product' => $product,
+ ]
+ );
+ } ?>
+
+
+
+
+
+
+
\ No newline at end of file
--
libgit2 0.21.4