You are here

function opigno_scorm_page_attachments in Opigno SCORM 3.x

Same name and namespace in other branches
  1. 8 opigno_scorm.module \opigno_scorm_page_attachments()

Implements hook_page_attachments().

File

./opigno_scorm.module, line 435
Module functionality implementation.

Code

function opigno_scorm_page_attachments(array &$attachments) {
  $attachments['#attached']['library'][] = 'opigno_scorm/opigno-scorm-ios-13';
}