You are here

function boxout_ckeditor_css_alter in Boxout 8

Implements hook_preprocess_page().

File

./boxout.module, line 13
Module for Boxout.

Code

function boxout_ckeditor_css_alter(array &$css, Editor $editor) {
  $css[] = drupal_get_path('module', 'boxout') . '/css/boxout.css';
}