You are here

cms_blog.module in Glazed CMS Blog 8

Same filename and directory in other branches
  1. 7 cms_blog.module

Primary module hooks for CMS Blog module.

File

cms_blog.module
View 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