cms_blog.module in Glazed CMS Blog 8
Same filename and directory in other branches
Primary module hooks for CMS Blog module.
File
cms_blog.moduleView source
<?php
/**
* @file
* Primary module hooks for CMS Blog module.
*/
/**
* Implements hook_page_attachments().
*/
function cms_blog_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'cms_blog/cms_blog';
}
Functions
Name | Description |
---|---|
cms_blog_page_attachments | Implements hook_page_attachments(). |