<?php
namespace {
/**
* dcawizard extension for Contao Open Source CMS
*
* @copyright Copyright (c) 2014, terminal42 gmbh
* @author terminal42 gmbh <info@terminal42.ch>
* @license http://opensource.org/licenses/lgpl-3.0.html LGPL
* @link https://github.com/terminal42/contao-dcawizard
*/
/**
* Register the classes
*/
\ClassLoader::addClasses(array('DcaWizard' => 'system/modules/dcawizard/widgets/DcaWizard.php', 'DcaWizardMultilingual' => 'system/modules/dcawizard/widgets/DcaWizardMultilingual.php', 'DcaWizardHelper' => 'system/modules/dcawizard/classes/DcaWizardHelper.php'));
/**
* Register the templates
*/
\TemplateLoader::addFiles(array('be_widget_dcawizard' => 'system/modules/dcawizard/templates'));
}
namespace {
/**
* Register the namespaces
*/
\ClassLoader::addNamespaces(array('mp'));
/**
* Register the classes
*/
\ClassLoader::addClasses(array('mp\\MpVimaTickets' => 'system/modules/mp_vima_tickets/src/MpVimaTickets.php', 'mp\\MpVimaTicketsVerificationModel' => 'system/modules/mp_vima_tickets/src/Models/MpVimaTicketsVerificationModel.php'));
\TemplateLoader::addFiles(['mp_vima_ticket_verification_mail' => 'system/modules/mp_vima_tickets/templates']);
}