Your IP : 216.73.216.253


Current Path : /home/e/o/l/eolienneia/www/templates/yootheme/vendor/yootheme/theme-cookie/
Upload File :
Current File : /home/e/o/l/eolienneia/www/templates/yootheme/vendor/yootheme/theme-cookie/bootstrap.php

<?php

namespace YOOtheme;

use YOOtheme\Theme\CookieListener;

return [
    'theme' => function (Config $config) {
        return $config->loadFile(Path::get('./config/theme.json'));
    },

    'events' => [
        'theme.head' => [
            CookieListener::class => 'initHead',
        ],
    ],
];