skiquel / drupal-style

A stylesheet override/editing system for Drupal

This URL has Read+Write access

drupal-style / style.install
100755 11 lines (9 sloc) 0.197 kb
1
2
3
4
5
6
7
8
9
10
11
<?php
// $Id: $
/**
 * @file style.install
 * Contains install and update functions of Style
 */
 
function style_install() {
    db_query("UPDATE {system} SET weight = 10 WHERE name = 'style'");
}