diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/poche/Poche.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 714fa9ee..49651c52 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -661,6 +661,7 @@ class Poche | |||
661 | 'entries' => '', | 661 | 'entries' => '', |
662 | 'page_links' => '', | 662 | 'page_links' => '', |
663 | 'nb_results' => '', | 663 | 'nb_results' => '', |
664 | 'listmode' => (isset($_COOKIE['listmode']) ? true : false), | ||
664 | ); | 665 | ); |
665 | 666 | ||
666 | //if id is given - we retrive entries by tag: id is tag id | 667 | //if id is given - we retrive entries by tag: id is tag id |