Skip to content

Instantly share code, notes, and snippets.

View ericjgruber's full-sized avatar

Eric J. Gruber ericjgruber

  • Kansas City, MO
  • 06:48 (UTC -05:00)
View GitHub Profile
<?php
function MODULE_preprocess_block(&$variables) {
if ($variables['block']->module == 'contact' && $variables['block']->delta == 'contact_block') {
$variables['block_html_id'] = drupal_html_id('your-id-here');
$variables['classes_array'][] = drupal_html_class('your-class-here');
}
}
@phaedryx
phaedryx / summary
Last active June 14, 2024 04:58
Loyalty and Layoffs by David Brady
Original text here: https://whydavewhy.com/2013/08/16/loyalty-and-layoffs/