diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index a7c7481..3de62d1 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -154,10 +154,14 @@ $this->registerJs (" description ?> - video)) :?> + video) && strpos($product->video, '.jpg') === FALSE && strpos($product->video, '.png') === FALSE) :?>
  • Видео
    - video, 'video, 'video : \cics\widgets\VideoEmbed::widget(['responsive' => false, 'url' => $product->video]); ?> + video, 'video, ' + video?> + + false, 'url' => $product->video]) ?> +
  • -- libgit2 0.21.4