Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:35:31
from 'module:productcommentsviewstempl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d9143ad4698_98720154',
'has_nocache_code' => false,
'file_dependency' =>
array (
'e9e4d0b935584380ea8beb3f467908e1cd2486f5' =>
array (
0 => 'module:productcommentsviewstempl',
1 => 1732016599,
2 => 'module',
),
),
'includes' =>
array (
),
),false)) {
function content_673d9143ad4698_98720154 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="product-list-reviews" data-id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id'], ENT_QUOTES, 'UTF-8');?>
" data-url="<?php echo $_smarty_tpl->tpl_vars['product_comment_grade_url']->value;?>
">
<div class="grade-stars small-stars"></div>
<div class="comments-nb"></div>
</div>
<?php }
}