get( 'Data'); //$this->assignRef('items', $items); $this->t['items'] = $items; //$this->assignRef('request_url', $uri->toString()); parent::display($tpl); $this->_setToolbar(); } function _setToolbar() { ToolbarHelper::title( Text::_( 'Phoca Download Settings' ), 'settings.png' ); ToolbarHelper::save(); ToolbarHelper::apply(); ToolbarHelper::cancel( 'cancel', 'Close' ); ToolbarHelper::help( 'screen.phocadownload', true ); } } ?>