loadHelper('vxcloadcsshelper'); $cssHelper = new VxcLoadCssHelper(); $cssHelper->loadCss(); $document->addScript(JURI::base().'includes/js/joomla.javascript.js'); $this->loadHelper('admintabshelper'); $tabs = new AdminTabsHelper(); $menu = $tabs->render(); JHTML::_('behavior.modal','a.modalSearch'); $modelCustomers =& $this->getModel('customers'); $customers = & $modelCustomers->getData(); $pagination =& $modelCustomers->getPagination(); $lists = & $modelCustomers->getList(); $this->assignRef('customers', $customers); $this->assignRef('pagination', $pagination); $this->assignRef('lists', $lists); $this->assign('menu', $menu); parent::display($tpl); }// function }// class ?>