11 lines
221 B
PHP
Executable File
11 lines
221 B
PHP
Executable File
<?php
|
|
|
|
use Mummert\ContaoMeilisearchBundle\EventListener\MeilisearchPageMarkerListener;
|
|
|
|
|
|
$GLOBALS['TL_HOOKS']['outputFrontendTemplate'][] = [
|
|
MeilisearchPageMarkerListener::class,
|
|
'onOutputFrontendTemplate',
|
|
];
|
|
|