// Add icon and specific title to list

This commit is contained in:
Jerome Nadaud
2013-10-10 15:36:50 +02:00
parent be3ccabe66
commit 22dcaf246c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ class HelperListCore extends Helper
));
$this->header_tpl->assign(array_merge($this->tpl_vars, array(
'title' => $this->title,
'title' => array_key_exists('title', $this->tpl_vars) ? $this->tpl_vars['title'] : $this->title,
'show_filters' => (count($this->_list) <= 1 && !$has_value) ? false : true,
'filters_has_value' => $has_value,
'show_toolbar' => $this->show_toolbar,