<?php

/**
 * Formstone for Contao
 *
 * Copyright (c) 2016 Benjamin Roth
 *
 * @license GPL v3
 */


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