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,39 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:35:31
from 'module:psfeaturedproductsviewste' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d9143360b55_37342266',
'has_nocache_code' => false,
'file_dependency' =>
array (
'fa6cc378d2942c8857b89d6bca728048c0caeedd' =>
array (
0 => 'module:psfeaturedproductsviewste',
1 => 1732018149,
2 => 'module',
),
),
'includes' =>
array (
'file:catalog/_partials/productlist.tpl' => 1,
),
),false)) {
function content_673d9143360b55_37342266 (Smarty_Internal_Template $_smarty_tpl) {
?><section class="featured-products clearfix">
<h2 class="h2 products-section-title text-uppercase">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Popular Products','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
</h2>
<?php $_smarty_tpl->_subTemplateRender("file:catalog/_partials/productlist.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('products'=>$_smarty_tpl->tpl_vars['products']->value,'cssClass'=>"row",'productClass'=>"col-xs-12 col-sm-6 col-lg-4 col-xl-3"), 0, false);
?>
<a class="all-product-link float-xs-left float-md-right h4" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['allProductsLink']->value, ENT_QUOTES, 'UTF-8');?>
">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'All products','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
<i class="material-icons">&#xE315;</i>
</a>
</section>
<?php }
}