You are here

function quiz_page_attachments in Quiz 6.x

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

Implements hook_page_attachments().

Add Quiz CSS to all pages.

File

./quiz.module, line 536
Contains quiz.module

Code

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