Correction url
This commit is contained in:
parent
659e101b35
commit
b6eeb8ebd2
@ -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'"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user