<?php

/**
 * JustifiedGallery for Contao
 *
 * Copyright (c) 2016 Benjamin Roth
 *
 * @license LGPL-3.0+
 */


/**
 * Register the namespaces
 */
ClassLoader::addNamespaces(array
(
	'eSM_justifiedGallery',
));


/**
 * Register the classes
 */
ClassLoader::addClasses(array
(
	// Elements
	'eSM_justifiedGallery\ContentGallery'       => 'system/modules/eSM_justifiedGallery/elements/ContentGallery.php',

));


/**
 * Register the templates
 */
TemplateLoader::addFiles(array
(
	'gallery_justifiedGallery'      => 'system/modules/eSM_justifiedGallery/templates/gallery',

));