ottimizzazione Visualizzazione lista e singoli
This commit is contained in:
@ -7,15 +7,8 @@ use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
|
||||
|
||||
class HtmlView extends BaseHtmlView
|
||||
{
|
||||
public $items;
|
||||
public $pagination;
|
||||
public $state;
|
||||
|
||||
public function display($tpl = null)
|
||||
{
|
||||
$this->state = $this->get('State');
|
||||
$this->items = $this->get('Items');
|
||||
$this->pagination = $this->get('Pagination');
|
||||
return parent::display($tpl);
|
||||
return parent::display($tpl); // il template carica i moduli
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user