Skip to content

Instantly share code, notes, and snippets.

View hkirsman's full-sized avatar

Hannes Kirsman hkirsman

  • Estonia, Tallinn
View GitHub Profile
@hkirsman
hkirsman / template.php
Created June 22, 2012 12:08
Drupal theme modifications through template.php (remove and reorder css files for now)
<?php
/**
* Hook hook_css_alter().
*/
function THEME_NAME_css_alter(&$css) {
// reset is the first loaded css
$css['sites/all/themes/omega/alpha/css/alpha-reset.css']['group'] = -9999;
// list of css files to be excluded from display