function rooms_theme in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Implements hook_theme().
File
- ./
rooms.module, line 162 - Provides basic underlying functionality and configuration options used by all Rooms modules
Code
function rooms_theme() {
return array(
'rooms_three_month_calendar' => array(
'template' => 'rooms_three_month_calendar',
'variables' => array(
'url' => NULL,
'form' => NULL,
'year' => NULL,
'month' => NULL,
'link_options' => NULL,
),
),
);
}