[+] BO : Remove advanced header on empty list

This commit is contained in:
jeromenadaud
2013-07-31 18:04:28 +02:00
parent ca253bcda2
commit 683818ebd4
+1 -1
View File
@@ -576,7 +576,7 @@ class HelperListCore extends Helper
Context::getContext()->smarty->assign(array(
'page' => $page,
'simple_header' => $this->simple_header,
'simple_header' => ((count($this->_list) == 0) ? true : $this->simple_header),
'total_pages' => $total_pages,
'selected_pagination' => $selected_pagination,
'pagination' => $this->_pagination,