ACC SHELL

Path : /srv/www/vhosts/agroing/web/views/agroing/templates/
File Upload :
Current File : /srv/www/vhosts/agroing/web/views/agroing/templates/aktuality.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)?>">
	<?=$img->_(@$item->a['images'][0]['url'],array("w"=>189,"h"=>145,"lb"=>true))?>
	<h2><?=$item->part('title')?></h2>
	<p class="published-at"><?=Tools::czech_datetime($item->a['published_at'])?></p>
	<?=$item->parsed_part('text')?>
</div>
<hr class="clear" />
<?php
	$i++;
}

?>

ACC SHELL 2018