Skip to content
Snippets Groups Projects
similaires.phtml 298 B
<?php
echo $this->toolbar($this->_("Notices similaires"), array('action' => 'viewnotice') ,true); 
echo '<h1>'.$this->notice->getTitrePrincipal().'</h1>';
?>

<ul data-role="listview">
<?php
	echo $this->listeNotices($this->notices,count($this->notices),1,$this->preferences);
?>
</ul>