ACC SHELL

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

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

<h1><?=$site->part_h1_title()?></h1>

<p><strong>pro výraz: "<?=$_GET['q']?>"</strong><br /><br /></p>


<?php
$i=1;
foreach($sites as $item){
	$item->files();
?>
<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->part('text'),400)?></p>
</div>
<hr class="clear" />
<?php
	$i++;
}

//var_dump($items);
?>

ACC SHELL 2018