You are here

cms_core.install in Glazed CMS Core 7

Same filename and directory in other branches
  1. 8 cms_core.install

Install, update and uninstall functions for the CMS Blog module.

File

cms_core.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the CMS Blog module.
 */

/**
 * Implements hook_install().
 */
function cms_core_install() {

  // Making sure our image style overrides are loading
  cms_core_load_image_style('large');
  cms_core_load_image_style('medium');
  cms_core_load_image_style('thumbnail');
}

Functions

Namesort descending Description
cms_core_install Implements hook_install().