translation fix finished for #871 and bring add tag from search feature to all themes

This commit is contained in:
tcit
2014-10-27 15:12:46 +01:00
parent 7ee1972599
commit 1b6e21d7a6
9 changed files with 25 additions and 19 deletions

View File

@ -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':