function opigno_tour_page_attachments in Opigno tour 8
Same name and namespace in other branches
- 3.x opigno_tour.module \opigno_tour_page_attachments()
Adds Tour popup styling.
Implements hook_page_attachments().
File
- ./
opigno_tour.module, line 48 - Contains opigno_tour.module.
Code
function opigno_tour_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'opigno_tour/tour_styling';
}