cms_core.install in Glazed CMS Core 7
Same filename and directory in other branches
Install, update and uninstall functions for the CMS Blog module.
File
cms_core.installView 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
Name![]() |
Description |
---|---|
cms_core_install | Implements hook_install(). |