aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-13 17:08:14 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-13 17:08:14 +0100
commitae27d0ffca1c3a381226fed42adea66c3971fdde (patch)
treeabc13ffa4e547299edeb4a2afe832e802d1aee32 /inc
parentf76dab12c9913e0bf4bafd8f59cccdb6bf395994 (diff)
downloadwallabag-ae27d0ffca1c3a381226fed42adea66c3971fdde.tar.gz
wallabag-ae27d0ffca1c3a381226fed42adea66c3971fdde.tar.zst
wallabag-ae27d0ffca1c3a381226fed42adea66c3971fdde.zip
fix little problems and bring previous features to all themes
Diffstat (limited to 'inc')
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 1a5cbe6c..b27dda6c 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -523,7 +523,7 @@ class Poche
523 $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' )); 523 $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' ));
524 $tpl_vars['page_links'] = $page_links; 524 $tpl_vars['page_links'] = $page_links;
525 $tpl_vars['nb_results'] = $count; 525 $tpl_vars['nb_results'] = $count;
526 $tpl_vars['search_term'] = $search; 526 $tpl_vars['searchterm'] = $search;
527 } 527 }
528 break; 528 break;
529 case 'view': 529 case 'view':