<?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' => []), ), ); }