Correction url

This commit is contained in:
Michael RICOIS 2011-05-25 08:38:39 +00:00
parent 659e101b35
commit b6eeb8ebd2

View File

@ -65,7 +65,7 @@ if ($this->curPage!=$this->totPage) {
}
if ($this->curPage<$this->totPage) {
?>
<a href="<?=$this->url(array('action'=>'list', 'page'=>$this->curPage+1))?>" title="Page suivante...">
<a href="<?=$this->url(array('action'=>'liste', 'page'=>$this->curPage+1))?>" title="Page suivante...">
<img src="/themes/default/images/boutton_suivant_off.gif"
onmouseover="this.src='/themes/default/images/boutton_suivant_on.gif'"
onmouseout="this.src='/themes/default/images/boutton_suivant_off.gif'"/>