borealis_ri.install in Borealis 7
Same filename and directory in other branches
File
borealis_ri/borealis_ri.installView source
<?php
/**
* Ensures that the theme registry gets rebuilt
*/
function borealis_ri_update_7100() {
drupal_theme_rebuild();
}
/**
* Ensures that Borealis RI is called absolutely last
*/
function borealis_ri_update_7101() {
db_query("UPDATE {system} SET weight = 99999 WHERE name = 'borealis_ri'");
}
Functions
Name![]() |
Description |
---|---|
borealis_ri_update_7100 | Ensures that the theme registry gets rebuilt |
borealis_ri_update_7101 | Ensures that Borealis RI is called absolutely last |