Saved version of Acquia's Journal modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php |
|
|
|
/** |
|
* @file |
|
* Install, update and uninstall hooks for the Journal subprofile. |
|
*/ |
|
|
|
/** |
|
* Implements hook_install(). |
|
*/ |
|
function journal_install() { |
|
// Add code here perform additional site information tasks, generate sample |
|
// content, etc. |
|
}
|
|
|