function rooms_ui_page_build in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Implements hook_page_build().
File
- ./
rooms_ui.module, line 57 - Interface support to the Rooms family of modules.
Code
function rooms_ui_page_build(&$page) {
drupal_add_css(drupal_get_path('module', 'rooms_ui') . '/css/rooms_ui.css');
}