<?php

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


/**
 * Register the templates
 */
TemplateLoader::addFiles(array
(
	'j_formstone_checkbox' => 'system/modules/eSM_formstone/templates/widgets',
));