You are here

dismiss.module in Dismiss 8

Same filename and directory in other branches
  1. 7 dismiss.module

File

dismiss.module
View source
<?php

/**
 * @file
 */

/**
 * Implements hook_page_attachments().
 */
function dismiss_page_attachments(array &$page) {
  $page['#attached']['library'][] = 'dismiss/drupal.dismiss';
}

Functions