You are here

function quiz_page_attachments in Quiz 8.6

Same name and namespace in other branches
  1. 8.5 quiz.module \quiz_page_attachments()
  2. 6.x quiz.module \quiz_page_attachments()

Implements hook_page_attachments().

File

./quiz.module, line 832
Contains quiz.module

Code

function quiz_page_attachments(&$page) {
  $page['#attached']['library'][] = 'quiz/styles';
}