diff options
| author | 2013-06-15 15:55:44 +0200 | |
|---|---|---|
| committer | 2013-06-15 15:55:44 +0200 | |
| commit | 1863153b966af00078869b6634df1daa22cdcbfe (patch) | |
| tree | 72f8fb178fe5555f5d951253807033d1902af830 /app/views | |
| parent | 6d184ad1b8b84ab31e342f539844e0dc5738423b (diff) | |
Fix issue #71 : remise en place du mode endless + correction bug à l'importation OPML
Diffstat (limited to 'app/views')
| -rwxr-xr-x | app/views/helpers/pagination.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml index f029f281a..80c0976ad 100755 --- a/app/views/helpers/pagination.phtml +++ b/app/views/helpers/pagination.phtml @@ -8,7 +8,7 @@ <li class="item pager-next"> <?php if ($this->next != '') { ?> <?php $params[$getteur] = $this->next; ?> - <a href="<?php echo Url::display (array ('c' => $c, 'a' => $a, 'params' => $params)); ?>"><?php echo Translate::t ('load_more'); ?></a> + <a id="load_more" href="<?php echo Url::display (array ('c' => $c, 'a' => $a, 'params' => $params)); ?>"><?php echo Translate::t ('load_more'); ?></a> <?php } else { ?> <?php echo Translate::t ('nothing_to_load'); ?> <?php } ?> |
