You are here

function calendar_page_attachments in Calendar 8

Implements hook_page_attachments().

File

./calendar.module, line 26

Code

function calendar_page_attachments(array &$page) {
  $page['#attached']['library'][] = 'calendar/calendar.theme';
}