function regions_top_nav_install in Regions 7
Implements hook_install().
File
- modules/
regions_top_nav/ regions_top_nav.install, line 10 - Increase priority of alter for top area.
Code
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'");
}