6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
|
|
function dc_tests_preprocess_node(&$variables) {
|
|
$variables['#attached']['library'][] = 'dc_tests/testing';
|
|
}
|