<div class="threecol last">
		<!-- 
	      <p class="last-update">data di ultimo aggiornamento: <strong><?php 
echo $last_updated_item->getDataAgg('d-m-Y');
?>
</strong></p>			
	      -->

	      <?php 
echo include_partial('sfSolr/specialized_controls', array('query' => $query, 'type' => 'nonleg', 'title' => 'negli atti non legislativi'));
?>


	      <?php 
echo include_partial('news/newsbox', array('title' => 'Atti non legislativi', 'all_news_url' => '@news_attiNonLegislativi', 'news' => oppNewsPeer::getAttiListNews(oppNewsPeer::ATTI_NON_LEGISLATIVI_TIPO_IDS, 10), 'context' => 1, 'rss_link' => '@feed_attiNonLegislativi'));
?>
	</div>
	
</div>

<?php 
slot('breadcrumbs');
?>
  <?php 
echo link_to("home", "@homepage");
?>
 /
  atti non legislativi
<?php 
end_slot();
コード例 #2
0
?>
		
	</div>
	<div class="threecol last">
		
		<p class="last-update">data di ultimo aggiornamento: <strong><?php 
echo $last_updated_item->getDataAgg('d-m-Y');
?>
</strong></p>			

	      <?php 
echo include_partial('sfSolr/specialized_controls', array('query' => $query, 'type' => 'disegni', 'title' => 'nei disegni di legge'));
?>

	      <?php 
echo include_partial('news/newsbox', array('title' => 'Disegni di legge', 'all_news_url' => '@news_attiDisegni', 'news' => oppNewsPeer::getAttiListNews(oppNewsPeer::ATTI_DDL_TIPO_IDS, 10), 'context' => 1, 'rss_link' => '@feed_disegni'));
?>
		
	</div>
</div>

<?php 
slot('breadcrumbs');
?>
  <?php 
echo link_to("home", "@homepage");
?>
 /
  disegni di legge
<?php 
end_slot();