ACC SHELL

Path : /srv/www/vhosts/agroing/web/views/agroing/templates/
File Upload :
Current File : /srv/www/vhosts/agroing/web/views/agroing/templates/clanky.php

<? $this->load->view("agroing/templates/breadcrumbs"); ?>

<h1><?=$site->part('title')?></h1>

<?php
$i=1;
foreach($items as $item){
?>
<div class="actuality<?=($i===1 ? ' first' : false)?>">
	<a href="<?=$item->url()?>" title="<?=$item->part('title')?>">
		<?=$img->_(@$item->a['images'][0]['url'],array("w"=>189,"h"=>145))?>
	</a>
	<h2>
				<a href="<?=$item->url()?>"><?=$item->part('title')?></a>
	</h2>
	<p class="published-at"><?=Tools::czech_datetime($item->a['published_at'])?></p>
	<p><?=Tools::truncate($item->a['parts']['text'],400)?></p>
</div>
<hr class="clear" />
<?php
	$i++;
}

?>

ACC SHELL 2018