You are here

function certificate_page_attachments in Certificate 4.x

Implements hook_page_attachments().

File

./certificate.module, line 214

Code

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