/**
 * @copyright	@copyright	Copyright (c) 2016 knvbapi. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
// no direct access
defined('_JEXEC') or die;
// include the syndicate functions only once
if (!class_exists('modiCcalendarHelper')) {
    require_once dirname(__FILE__) . '/helper.php';
}
$class_sfx = htmlspecialchars($params->get('class_sfx'));
$json = modKNVBAPI2Helper::SetUrl($params);
$selectie = Selectie::getSelectie();
$getteams = Teams::getTeams();
$getcompetities = Competities::getCompetitie();
$getheader = Headers::getHeaders();
$getsize = Image::getLogoSize($params);
echo $getsize;
// Show Columns of program view
$matchid = $params->get('MatchID');
$wedstijdnummer = $params->get('WedstrijdNummer');
$datum = $params->get('Datum');
$tijd = $params->get('Tijd');
$verzameltijd = $params->get('Verzameltijd');
$thuisclub = $params->get('ThuisClub');
$thuislogo = $params->get('ThuisLogo');
$thuisteamid = $params->get('ThuisTeamID');
$uitclub = $params->get('UitClub');
$uitlogo = $params->get('UitLogo');
$uitteamid = $params->get('UitTeamID');
$bijzonderheden = $params->get('Bijzonderheden');