You are here

function boxout_preprocess_page in Boxout 8

Implements hook_preprocess_page().

File

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

Code

function boxout_preprocess_page(&$variables) {
  $variables['#attached']['library'][] = 'boxout/boxout';
}