Interim commit.
[yaffs-website] / web / modules / contrib / advagg / tests / modules / advagg_test / advagg_test.module
1 <?php
2
3 /**
4  * @file
5  * Advanced CSS/JS aggregation module.
6  */
7
8 /**
9  * Implements hook_page_attachments().
10  */
11 function advagg_test_page_attachments(array &$page) {
12   $page['#attached']['library'][] = 'advagg_test/external';
13 }