<?php /** * @file * Consent module file. */ /** * Implements hook_theme(). */ function consent_theme($existing, $type, $theme, $path) { return [ 'oil_config' => [ 'variables' => ['config' => []], ], ]; }
Главная | Обратная связь