You are here

function template_preprocess_zurb_twentytwenty in ZURB TwentyTwenty 8

Same name and namespace in other branches
  1. 2.0.x zurb_twentytwenty.module \template_preprocess_zurb_twentytwenty()

Implements template_preprocess_zurb_twentytwenty().

Parameters

$variables:

File

./zurb_twentytwenty.module, line 19

Code

function template_preprocess_zurb_twentytwenty(&$variables) {
  $variables['#attached']['library'][] = 'zurb_twentytwenty/twentytwenty';
}