2025-03-01 23:11:49 +01:00

17 lines
277 B
PHP

<?php
/**
* @file
* Primary module hooks for reha module.
*/
/**
* Implements hook_theme().
*/
function q2d_mod_theme() {
return array(
'svg_mapsites' => array(
'variables' => array('vpw' => null, 'vph' => null, 'sites' => [], 'label' => null),
),
);
}