You are here

xautoload_test_5.install in X Autoload 7.5

File

tests/test_5/xautoload_test_5.install
View source
<?php

/**
 * Implements hook_module_enable()
 */
function xautoload_test_5_enable() {

  // Call l() to trigger premature hook_theme().
  l('Admin', 'admin');
}

Functions

Namesort descending Description
xautoload_test_5_enable Implements hook_module_enable()