Skip to content
Snippets Groups Projects
Commit 4e807553 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-102] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@566 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent eb6c9133
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ dependencies[] = field_ui
dependencies[] = file
dependencies[] = rdf
dependencies[] = token
dependencies[] = pathauto
dependencies[] = pagepreview
dependencies[] = wysiwyg
dependencies[] = imce
dependencies[] = imce_wysiwyg
......
......@@ -71,6 +71,10 @@ function unl_profile_install() {
module_disable(array('overlay'));
// Pathauto setup
variable_set('pathauto_node_pattern', '[node:title]');
variable_set('pathauto_update_action', 1);
// Add custom blocks for extra sections of the UNL Template (ie: Contact Us, Footer)
$block_contents = array();
$block_contents['contactinfo'] = <<<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment