You are here

borealis_ri.install in Borealis 7

Same filename and directory in other branches
  1. 7.2 borealis_ri/borealis_ri.install

File

borealis_ri/borealis_ri.install
View 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

Namesort descending Description
borealis_ri_update_7100 Ensures that the theme registry gets rebuilt
borealis_ri_update_7101 Ensures that Borealis RI is called absolutely last