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