Newer
Older
* Install, update and uninstall functions for the University of Cambridge lite installation profile.
*/
/**
* Implements hook_install().
*
* Perform actions to set up the site for this profile.
*
* @see system_install()
*/
function cambridge_lite_install() {
require_once 'cambridge_base.inc';