You are here

glyphicons.module in CKEditor Bootstrap Glyphicon 8

This module holds functions and hooks useful for the module.

File

glyphicons.module
View source
<?php

/**
 * @file
 * This module holds functions and hooks useful for the module.
 */

/**
 * Implements hook_page_attachments().
 */
function glyphicons_page_attachments(array &$attachments) {
  $attachments['#attached']['library'][] = 'glyphicons/bootstrap_glyphicons';
}

Functions