1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

fix little problems and bring previous features to all themes

This commit is contained in:
Thomas Citharel 2015-03-13 17:08:14 +01:00
parent f76dab12c9
commit ae27d0ffca
4 changed files with 40 additions and 15 deletions

View file

@ -523,7 +523,7 @@ class Poche
$this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' ));
$tpl_vars['page_links'] = $page_links;
$tpl_vars['nb_results'] = $count;
$tpl_vars['search_term'] = $search;
$tpl_vars['searchterm'] = $search;
}
break;
case 'view':