You are here

function markup_view_install in Markup 6

@file Implementation of hook_install().

File

contrib/markup_view/markup_view.install, line 6
Implementation of hook_install().

Code

function markup_view_install() {
  drupal_load('module', 'content');
  content_notify('install', 'markup_view');
}