regions_top_nav.install in Regions 7
Increase priority of alter for top area.
File
modules/regions_top_nav/regions_top_nav.installView source
<?php
/**
* @file
* Increase priority of alter for top area.
*/
/**
* Implements hook_install().
*/
function regions_top_nav_install() {
// change the weight so that alters fire after others
db_query("UPDATE {system} SET weight = 3 WHERE name = 'regions_top_nav'");
}
Functions
Name![]() |
Description |
---|---|
regions_top_nav_install | Implements hook_install(). |