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,70 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:34:40
from '/home/admin/domains/masimmo.pl/public_html/modules/ets_blog/views/templates/hook/block_archives.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d91101a6f46_21309094',
'has_nocache_code' => false,
'file_dependency' =>
array (
'9518a0334d59b5a7859ef7addcd17527a8a0e21a' =>
array (
0 => '/home/admin/domains/masimmo.pl/public_html/modules/ets_blog/views/templates/hook/block_archives.tpl',
1 => 1732016596,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_673d91101a6f46_21309094 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['years']->value) {?>
<div class="block ets_block_archive <?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['ETS_BLOG_RTL_CLASS']->value,'html','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
">
<h4 class="title_blog title_block">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Archived posts','mod'=>'ets_blog'),$_smarty_tpl ) );?>
</h4>
<div class="content_block block_content">
<ul class="list-year row">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['years']->value, 'year');
$_smarty_tpl->tpl_vars['year']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['year']->value) {
$_smarty_tpl->tpl_vars['year']->do_else = false;
?>
<li class="year-item">
<a href="<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['year']->value['link'],'html','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Posted in','mod'=>'ets_blog'),$_smarty_tpl ) );?>
&nbsp;<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['year']->value['year_add'],'html','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
(<?php echo htmlspecialchars(intval($_smarty_tpl->tpl_vars['year']->value['total_post']), ENT_QUOTES, 'UTF-8');?>
)</a>
<?php if ($_smarty_tpl->tpl_vars['year']->value['months']) {?>
<ul class="list-months"> <?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['year']->value['months'], 'month');
$_smarty_tpl->tpl_vars['month']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['month']->value) {
$_smarty_tpl->tpl_vars['month']->do_else = false;
?>
<li class="month-item"><a href="<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['month']->value['link'],'html','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
"><?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['month']->value['month_add'],'html','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
(<?php echo htmlspecialchars(intval($_smarty_tpl->tpl_vars['month']->value['total_post']), ENT_QUOTES, 'UTF-8');?>
)</a></li>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</ul>
<?php }?>
</li>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</ul>
</div>
</div>
<?php }
}
}