<?php

/*
* This file is part of eSales Media cookieconsent module
*
* (c) Benjamin Roth
*
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
*/

/**
 * Hooks.
 */
$GLOBALS['TL_HOOKS']['outputFrontendTemplate'][] = array('EsalesMedia\Cookieconsent\EventListener\TemplateListener', 'onOutputFrontendTemplate');
$GLOBALS['TL_HOOKS']['replaceInsertTags'][] = array('EsalesMedia\Cookieconsent\EventListener\InsertTagsListener', 'onReplaceInsertTags');