<?php

/**
 * UPS Integration for Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2015 Rhyme Digital, LLC.
 *
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/isotope_upsshipping/library');
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2016 Intelligent Spark
 *
 * @package Isotope Shipping Zones Advanced
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('IntelligentSpark', 'system/modules/isotope_shipping_zones_advanced/library');
<?php

/**
 * Copyright (C) 2014 HB Agency
 * 
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://www.hbagency.com
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register namespace
 */
NamespaceClassLoader::add('HBAgency', 'system/modules/hb_formdata/library');
Example #4
0
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2009-2014 terminal42 gmbh & Isotope eCommerce Workgroup
 *
 * @package    Isotope
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Isotope', 'system/modules/isotope/library');
NamespaceClassLoader::add('UnitedPrototype', 'system/modules/isotope/library');
/**
 * Register classes outside the namespace folder
 */
NamespaceClassLoader::addClassMap(array('DC_ProductData' => 'system/modules/isotope/drivers/DC_ProductData.php', 'DC_TablePageId' => 'system/modules/isotope/drivers/DC_TablePageId.php'));
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('be_iso_integrity' => 'system/modules/isotope/templates/backend', 'be_iso_introduction' => 'system/modules/isotope/templates/backend', 'be_iso_overview' => 'system/modules/isotope/templates/backend', 'be_iso_old' => 'system/modules/isotope/templates/backend', 'be_iso_upgrade' => 'system/modules/isotope/templates/backend', 'iso_checkout_address' => 'system/modules/isotope/templates/checkout', 'iso_checkout_order_conditions' => 'system/modules/isotope/templates/checkout', 'iso_checkout_order_info' => 'system/modules/isotope/templates/checkout', 'iso_checkout_payment_method' => 'system/modules/isotope/templates/checkout', 'iso_checkout_shipping_method' => 'system/modules/isotope/templates/checkout', 'iso_collection_default' => 'system/modules/isotope/templates/collection', 'iso_collection_mini' => 'system/modules/isotope/templates/collection', 'iso_document_default' => 'system/modules/isotope/templates/document', 'iso_filter_default' => 'system/modules/isotope/templates/isotope', 'iso_gallery_standard' => 'system/modules/isotope/templates/gallery', 'iso_gallery_inline' => 'system/modules/isotope/templates/gallery', 'iso_list_default' => 'system/modules/isotope/templates/isotope', 'iso_list_variants' => 'system/modules/isotope/templates/isotope', 'iso_payment_datatrans' => 'system/modules/isotope/templates/payment', 'iso_payment_epay' => 'system/modules/isotope/templates/payment', 'iso_payment_paybyway' => 'system/modules/isotope/templates/payment', 'iso_payment_paypal' => 'system/modules/isotope/templates/payment', 'iso_payment_payone' => 'system/modules/isotope/templates/payment', 'iso_payment_postfinance' => 'system/modules/isotope/templates/payment', 'iso_payment_sofortueberweisung' => 'system/modules/isotope/templates/payment', 'iso_payment_viveum' => 'system/modules/isotope/templates/payment', 'iso_payment_worldpay' => 'system/modules/isotope/templates/payment', 'iso_reader_default' => 'system/modules/isotope/templates/isotope', 'mod_iso_addressbook' => 'system/modules/isotope/templates/modules', 'mod_iso_cart' => 'system/modules/isotope/templates/modules', 'mod_iso_checkout' => 'system/modules/isotope/templates/modules', 'mod_iso_configswitcher' => 'system/modules/isotope/templates/modules', 'mod_iso_cumulativefilter' => 'system/modules/isotope/templates/modules', 'mod_iso_orderdetails' => 'system/modules/isotope/templates/modules', 'mod_iso_orderhistory' => 'system/modules/isotope/templates/modules', 'mod_iso_messages' => 'system/modules/isotope/templates/modules', 'mod_iso_productlist' => 'system/modules/isotope/templates/modules', 'mod_iso_productlist_caching' => 'system/modules/isotope/templates/modules', 'mod_iso_productreader' => 'system/modules/isotope/templates/modules', 'mod_iso_shipping_calculator' => 'system/modules/isotope/templates/modules'));
<?php

/**
 * notification_center extension for Contao Open Source CMS
 *
 * @copyright  Copyright (c) 2008-2015, terminal42
 * @author     terminal42 gmbh <*****@*****.**>
 * @license    LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('NotificationCenter', 'system/modules/notification_center/library');
/**
 * Register classes outside the namespace folder
 */
NamespaceClassLoader::addClassMap(array('NotificationCenter\\tl_form' => 'system/modules/notification_center/classes/tl_form.php', 'NotificationCenter\\tl_member' => 'system/modules/notification_center/classes/tl_member.php', 'NotificationCenter\\tl_module' => 'system/modules/notification_center/classes/tl_module.php', 'NotificationCenter\\tl_nc_gateway' => 'system/modules/notification_center/classes/tl_nc_gateway.php', 'NotificationCenter\\tl_nc_notification' => 'system/modules/notification_center/classes/tl_nc_notification.php', 'NotificationCenter\\tl_nc_language' => 'system/modules/notification_center/classes/tl_nc_language.php', 'NotificationCenter\\tl_nc_message' => 'system/modules/notification_center/classes/tl_nc_message.php', 'NotificationCenter\\tl_nc_queue' => 'system/modules/notification_center/classes/tl_nc_queue.php'));
/**
 * Register Contao classes
 */
ClassLoader::addClasses(array('Contao\\ModulePasswordNotificationCenter' => 'system/modules/notification_center/modules/ModulePasswordNotificationCenter.php'));
Example #6
0
<?php

/**
 * ConvertX
 * Extension for Contao Open Source CMS (contao.org)
 *
 * Copyright (c) 2015 de la Haye
 *
 * @author  Christian de la Haye
 * @link    http://delahaye.de
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register the classes
 */
NamespaceClassLoader::add('Delahaye\\ConvertX', 'system/modules/convertx/classes');
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('be_run' => 'system/modules/convertx/templates/backend', 'be_howto' => 'system/modules/convertx/templates/backend', 'be_restore' => 'system/modules/convertx/templates/backend'));
Example #7
0
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2009-2014 terminal42 gmbh & Isotope eCommerce Workgroup
 *
 * @package    Isotope
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
define('TL_MODE', 'ISO_TEST');
require __DIR__ . '/../../../initialize.php';
NamespaceClassLoader::add('Isotope\\Test', 'system/modules/isotope/tests');
$GLOBALS['TL_LANGUAGE'] = 'en';
$GLOBALS['TL_CONFIG']['displayErrors'] = true;
\System::loadLanguageFile('default');
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2016 Intelligent Spark
 *
 * @package Isotope Custom Step "Delivery Date"
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
if (class_exists('NamespaceClassLoader')) {
    /**
     * Register PSR-0 namespace
     */
    NamespaceClassLoader::add('IntelligentSpark', 'system/modules/isotope_checkout_step_delivery_date/library');
}
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('iso_checkout_step_delivery_date' => 'system/modules/isotope_checkout_step_delivery_date/templates/checkout'));
Example #9
0
<?php

/**
 * Haste utilities for Contao Open Source CMS
 *
 * Copyright (C) 2012-2013 Codefog & terminal42 gmbh
 *
 * @package    Haste
 * @link       http://github.com/codefog/contao-haste/
 * @license    http://opensource.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register namespace if loaded from extension repository
 */
if (class_exists('NamespaceClassLoader')) {
    NamespaceClassLoader::add('Haste', 'system/modules/haste/library');
}
<?php

/**
 * Wirecard Payment Module for Isotope eCommerce for Contao Open Source CMS
 *
 * 
 * @copyright  Wangaz. GbR 2014
 * @author     Wangaz. GbR <*****@*****.**>
 * @package    isotope-wirecard
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Isotope', 'system/modules/isotope-wirecard/library');
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('iso_payment_wirecard' => 'system/modules/isotope-wirecard/templates'));
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2016 Intelligent Spark
 *
 * @package Isotope Shipping Zones Advanced
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
if (class_exists('NamespaceClassLoader')) {
    /**
     * Register PSR-0 namespace
     */
    NamespaceClassLoader::add('IntelligentSpark', 'system/modules/isotope_checkout_step_order_notes/library');
}
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('iso_checkout_order_order_notes' => 'system/modules/isotope_checkout_step_order_notes/templates/checkout'));
<?php

/**
 * vimeo_api extension for Contao Open Source CMS
 *
 * Copyright (C) 2016 derhaeuptling
 *
 * @author  derhaeuptling <https://derhaeuptling.com>
 * @author  Codefog <http://codefog.pl>
 * @author  Kamil Kuzminski <*****@*****.**>
 * @license LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Derhaeuptling\\VimeoApi', 'system/modules/vimeo_api/src');
/**
 * Register the templates
 */
TemplateLoader::addFiles(['be_vimeo_rebuilder' => 'system/modules/vimeo_api/templates/backend', 'be_vimeo_rebuilder_user' => 'system/modules/vimeo_api/templates/backend', 'ce_vimeo_album' => 'system/modules/vimeo_api/templates/elements', 'ce_vimeo_video' => 'system/modules/vimeo_api/templates/elements', 'vimeo_default' => 'system/modules/vimeo_api/templates/vimeo']);
/**
 * Register the Vimeo autoloader
 */
require_once TL_ROOT . '/system/modules/vimeo_api/vendor/vimeo/autoload.php';
Example #13
0
<?php

/**
 * leads Extension for Contao Open Source CMS
 *
 * @copyright  Copyright (c) 2011-2015, terminal42 gmbh
 * @author     terminal42 gmbh <*****@*****.**>
 * @license    http://opensource.org/licenses/lgpl-3.0.html LGPL
 * @link       http://github.com/terminal42/contao-leads
 */
/**
 * Register the classes (Backwards compatibility)
 */
ClassLoader::addClasses(array('Leads' => 'system/modules/leads/Leads.php', 'LeadsExport' => 'system/modules/leads/LeadsExport.php'));
/**
 * Register PSR-0 namespace
 */
if (class_exists('NamespaceClassLoader')) {
    NamespaceClassLoader::add('Leads', 'system/modules/leads/library');
}
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('be_leads_show' => 'system/modules/leads/templates'));
<?php

/**
 * FedEx Integration for Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2015 Rhyme Digital, LLC.
 *
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/isotope_fedexshipping/library');
NamespaceClassLoader::add('FedExAPI', 'system/modules/isotope_fedexshipping/vendorapi');
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('mod_iso_fedextimeintransit' => 'system/modules/isotope_fedexshipping/templates', 'mod_iso_fedextracking' => 'system/modules/isotope_fedexshipping/templates', 'mod_iso_fedexratesandservice' => 'system/modules/isotope_fedexshipping/templates', 'be_iso_fedexlabel' => 'system/modules/isotope_fedexshipping/templates', 'be_iso_fedex' => 'system/modules/isotope_fedexshipping/templates'));
<?php

/**
 * changelanguage Extension for Contao Open Source CMS
 *
 * @copyright  Copyright (c) 2008-2016, terminal42 gmbh
 * @author     terminal42 gmbh <*****@*****.**>
 * @license    http://opensource.org/licenses/lgpl-3.0.html LGPL
 * @link       http://github.com/terminal42/contao-changelanguage
 */
/**
 * Register PSR-0 namespaces
 */
if (class_exists('NamespaceClassLoader')) {
    NamespaceClassLoader::add('Terminal42\\ChangeLanguage', 'system/modules/changelanguage/library');
}
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('mod_changelanguage' => 'system/modules/changelanguage/templates', 'nav_dropdown' => 'system/modules/changelanguage/templates', 'block_alternate_links' => 'system/modules/changelanguage/templates'));
Example #16
0
<?php

/**
 * anySEO for Contao Open Source CMS
 *
 * @copyright   (c) 2015 - 2016 Tastaturberuf <tastaturberuf.de>
 * @author      Daniel Jahnsmüller <*****@*****.**>
 * @license     LGPL3
 * @package     tastaturberuf/anyseo
 */
/**
 * Register PSR-0 namespaces
 */
if (class_exists('NamespaceClassLoader')) {
    NamespaceClassLoader::add('Tastaturberuf\\AnySeo', 'system/modules/anySEO/src');
}
<?php

/**
 * Quick Product Content Element for Isotope eCommerce and Contao Open Source CMS
 *
 * Copyright (C) 2014 HB Agency
 *
 * @package    Isotope_Quickproducts
 * @link       http://www.hbagency.com
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('HBAgency', 'system/modules/isotope_quickproducts/library');
/**
 * Register classes outside the namespace folder
 */
NamespaceClassLoader::addClassMap(array());
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('ce_iso_quickproducts' => 'system/modules/isotope_quickproducts/templates/element'));
<?php

/**
 * seo_serp_preview extension for Contao Open Source CMS
 *
 * Copyright (C) 2016 derhaeuptling
 *
 * @author  derhaeuptling <https://derhaeuptling.com>
 * @author  Codefog <http://codefog.pl>
 * @author  Kamil Kuzminski <*****@*****.**>
 * @license LGPL
 */
/**
 * Register PSR-0 namespace
 */
if (class_exists('NamespaceClassLoader')) {
    NamespaceClassLoader::add('Derhaeuptling\\SeoSerpPreview', 'system/modules/seo_serp_preview/src');
}
/**
 * Register the templates
 */
TemplateLoader::addFiles(['be_seo_serp_module' => 'system/modules/seo_serp_preview/templates/backend', 'be_seo_serp_preview' => 'system/modules/seo_serp_preview/templates/backend', 'be_seo_serp_tests' => 'system/modules/seo_serp_preview/templates/backend']);
Example #19
0
<?php

/**
 * Copyright (C) 2015 Rhyme Digital, LLC
 *
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('IsotopeDirect', 'system/modules/isotope_direct/library');
/**
 * Register classes outside the namespace folder
 */
/*NamespaceClassLoader::addClassMap(array
(
    // Drivers
    'DC_ProductData'                    => 'system/modules/isotope/drivers/DC_ProductData.php',
    'DC_TablePageId'                    => 'system/modules/isotope/drivers/DC_TablePageId.php',
));*/
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('iso_filter_direct_default' => 'system/modules/isotope_direct/templates/isotope', 'mod_productlist_direct' => 'system/modules/isotope_direct/templates/modules'));
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2016 Intelligent Spark
 *
 * @package Isotope Shipping Zones Advanced
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
if (class_exists('NamespaceClassLoader')) {
    /**
     * Register PSR-0 namespace
     */
    NamespaceClassLoader::add('IntelligentSpark', 'system/modules/isotope_productlistgrouped/library');
}
/**
 * Register the templates
 */
TemplateLoader::addFiles(array());
<?php

/**
 * Copyright (C) 2015 Rhyme Digital
 * 
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/rhyme_formdata/library');
<?php

/**
 * Isotope "simple stock management" for Contao Open Source CMS
 *
 * Copyright (c) 2016 Richard Henkenjohann
 *
 * @package Isotope
 * @author  Richard Henkenjohann <*****@*****.**>
 */
/**
 * Register PSR-0 namespace
 */
if (class_exists('NamespaceClassLoader')) {
    NamespaceClassLoader::add('Isotope', 'system/modules/isotope_simple_stockmanagement/src');
}
Example #23
0
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2009-2014 terminal42 gmbh & Isotope eCommerce Workgroup
 *
 * @package    Isotope
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Isotope', 'system/modules/isotope_reports/library');
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('be_iso_reports' => 'system/modules/isotope_reports/templates', 'iso_report_default' => 'system/modules/isotope_reports/templates', 'iso_report_sales_total' => 'system/modules/isotope_reports/templates', 'iso_report_members_guests' => 'system/modules/isotope_reports/templates'));
Example #24
0
<?php

/**
 * isotope_transferujpl extension for Contao Open Source CMS
 *
 * Copyright (C) 2013 Codefog
 *
 * @package isotope_transferujpl
 * @author  Codefog <http://codefog.pl>
 * @author  Kamil Kuzminski <*****@*****.**>
 * @license LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Isotope', 'system/modules/isotope_transferujpl/library');
/**
 * Register the templates
 */
TemplateLoader::addFiles(array('iso_payment_transferujpl' => 'system/modules/isotope_transferujpl/templates/payment'));
<?php

/**
 * Contao Open Source CMS
 * 
 * Copyright (C) 2005-2012 Leo Feyer
 * 
 * @package Salesforce
 * @link    http://www.contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/salesforce/library');
/**
 * Register the templates
 */
/*TemplateLoader::addFiles(array
(
));*/
Example #26
0
<?php

/**
 * Copyright (C) 2015 Rhyme Digital, LLC.
 * 
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register PSR-0 namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/isotope_gift/library');
/**
 * Register the templates
 */
/*TemplateLoader::addFiles(array
(
	
));*/
<?php

/**
 * Fixes for IE9CSS4096
 *
 * Copyright (C) 2015 Rhyme Digital
 *
 * @package    IE9CSS4096
 * @link       http://rhyme.digital
 * @license    LGPL
 */
/**
 * Register namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/ie9css4096/library');
<?php

/**
 * Ajax handler for Contao Open Source CMS
 *
 * Copyright (c) 2015 Rhyme Digital
 *
 * @package RhymeAjax
 * @link    http://rhyme.digital
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Register namespace
 */
NamespaceClassLoader::add('Rhyme', 'system/modules/rhyme_ajax/library');