forked from wallabag/wallabag
translation fix finished for #871 and bring add tag from search feature to all themes
This commit is contained in:
@ -388,7 +388,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':
|
||||
|
||||
Reference in New Issue
Block a user