diff --git a/src/structure/administrator/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/administrator/components/com_sportsmanager/views/sportsmanager/view.html.php index 12d239c..ea7e2be 100644 --- a/src/structure/administrator/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/administrator/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -2,48 +2,33 @@ /* * Sports Manager (C) 2006-2020, Sven Nickel */ - + // No direct access to this file defined('_JEXEC') or die('Restricted access'); - + // import Joomla view library jimport('joomla.application.component.view'); /** * SportsManager View */ - class SportsManagerViewSportsManager extends JViewLegacy { - /** - * SportsManager view display method - * @return void - */ - function display($tpl = null) - { - JToolbarHelper::title(JText::_('COM_SPORTSMANAGER')); - - ?> -

Copyright © 2006 – 2014 Sven Nickel

- get('Items'); - $pagination = $this->get('Pagination'); - - // Check for errors. - if (count($errors = $this->get('Errors'))) - { - JError::raiseError(500, implode('
', $errors)); - return false; - } - // Assign data to the view - $this->items = $items; - $this->pagination = $pagination; - */ - - // Display the template - parent::display($tpl); - } + /** + * SportsManager view display method + * @return void + */ + function display($tpl = null) + { + JToolbarHelper::title(JText::_('COM_SPORTSMANAGER')); + + ?> +

– Created by Sven Nickel | Maintained by DTFB

+