Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Jan 20, 2024
1 parent a737042 commit 1a208d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions site/views/resultsmatrix/view.html.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
*
* SportsManagement ein Programm zur Verwaltung für alle Sportarten
*
* @version 1.0.05
* @package Sportsmanagement
* @subpackage resultsmatrix
Expand All @@ -11,9 +9,7 @@
* @copyright Copyright: © 2013-2023 Fussball in Europa http://fussballineuropa.de/ All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('_JEXEC') or die('Restricted access');

use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
use Joomla\CMS\HTML\HTMLHelper;
Expand Down Expand Up @@ -48,6 +44,7 @@ function init()
$params = $this->app->getParams();

$this->document->addScript(Uri::root(true) . '/components/' . $this->option . '/assets/js/smsportsmanagement.js');
$this->pagination = $this->get('Pagination');

// Add the matrix model
$matrixmodel = new sportsmanagementModelMatrix;
Expand Down
1 change: 1 addition & 0 deletions site/views/resultsranking/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function init()
{

$this->document->addScript(Uri::root(true) . '/components/' . $this->option . '/assets/js/smsportsmanagement.js');
$this->pagination = $this->get('Pagination');

//$menu = Factory::getApplication()->getMenu()->getActive()->id;
//Factory::getApplication()->enqueueMessage(__METHOD__ . ' ' . __LINE__ . Text::_(' menu: ' . $menu ), 'Error');
Expand Down

0 comments on commit 1a208d0

Please sign in to comment.