Файл: libs/tpl/compile/%%94^940^940E3616%%posts.tpl.php
Строк: 85
<?php /* Smarty version 2.6.26, created on 2015-10-29 14:57:26
compiled from posts.tpl */ ?>
<?php unset($this->_sections['i']);
$this->_sections['i']['name'] = 'i';
$this->_sections['i']['loop'] = is_array($_loop=$this->_tpl_vars['post']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['i']['show'] = true;
$this->_sections['i']['max'] = $this->_sections['i']['loop'];
$this->_sections['i']['step'] = 1;
$this->_sections['i']['start'] = $this->_sections['i']['step'] > 0 ? 0 : $this->_sections['i']['loop']-1;
if ($this->_sections['i']['show']) {
$this->_sections['i']['total'] = $this->_sections['i']['loop'];
if ($this->_sections['i']['total'] == 0)
$this->_sections['i']['show'] = false;
} else
$this->_sections['i']['total'] = 0;
if ($this->_sections['i']['show']):
for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1;
$this->_sections['i']['iteration'] <= $this->_sections['i']['total'];
$this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++):
$this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
$this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
$this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
$this->_sections['i']['first'] = ($this->_sections['i']['iteration'] == 1);
$this->_sections['i']['last'] = ($this->_sections['i']['iteration'] == $this->_sections['i']['total']);
?>
<div class="<?php if ($this->_tpl_vars['post'][$this->_sections['i']['index']]['type']): ?><?php echo $this->_tpl_vars['post'][$this->_sections['i']['index']]['type']; ?>
<?php else: ?>listing<?php endif; ?>">
<?php if ($this->_tpl_vars['post'][$this->_sections['i']['index']]['image']): ?> <div class="image"> <?php echo $this->_tpl_vars['post'][$this->_sections['i']['index']]['image']; ?>
</div><?php endif; ?>
<div class="content">
<?php if ($this->_tpl_vars['post'][$this->_sections['i']['index']]['title']): ?><b><?php echo $this->_tpl_vars['post'][$this->_sections['i']['index']]['title']; ?>
</b> <br/><?php endif; ?>
<?php if ($this->_tpl_vars['post'][$this->_sections['i']['index']]['post']): ?><?php echo $this->_tpl_vars['post'][$this->_sections['i']['index']]['post']; ?>
<?php endif; ?>
</div>
</div>
<?php endfor; endif; ?>