loadHelper('vxcloadcsshelper'); $cssHelper = new VxcLoadCssHelper(); $cssHelper->loadCss(); $document->addStyleSheet('administrator/templates/system/css/system.css'); $document->addStyleSheet('administrator/templates/khepri/css/general.css'); $document->addStyleSheet('administrator/templates/khepri/css/rounded.css'); $modelCustomers =& $this->getModel('customers'); $items = & $modelCustomers->getData(); $pagination =& $modelCustomers->getPagination(); $lists =& $modelCustomers->getList(); $this->assignRef('items', $items); $this->assignRef('pagination', $pagination); $this->assignRef('lists', $lists); parent::display($tpl); }// function }// class ?>