AAAA.htaccess000066600000000177151375257030006363 0ustar00 Order allow,deny Deny from all index.html000066600000000037151375257030006555 0ustar00 tmpl/.htaccess000066600000000177151375257030007337 0ustar00 Order allow,deny Deny from all tmpl/index.html000066600000000037151375257030007531 0ustar00 tmpl/default.php000066600000001766151375257030007703 0ustar00
view.html.php000066600000001447151375257030007214 0ustar00get('State'); $items = $this->get('Items'); // Check for errors. if (count($errors = $this->get('Errors'))) { JError::raiseError(500, implode("\n", $errors)); return false; } $this->assignRef('state', $state); $this->assignRef('items', $items); parent::display($tpl); } }