Issue with filter taxonomies details, fixes #920

The filter options are now added to the pagination
pull/926/head
Iglocska 2016-02-08 14:08:48 +01:00
parent 89198e028b
commit e210c60708
1 changed files with 3 additions and 1 deletions

View File

@ -40,8 +40,10 @@
<div class="pagination">
<ul>
<?php
if (!empty($filter)) $url = array($id, 'filter:' . $filter);
else $url = array($id);
$this->Paginator->options(array(
'url' => array($id),
'url' => $url,
'update' => '.span12',
'evalScripts' => true,
'before' => '$(".progress").show()',