Skip to content

Instantly share code, notes, and snippets.

View Riaan-ZA's full-sized avatar

Riaan Riaan-ZA

View GitHub Profile
@Riaan-ZA
Riaan-ZA / gist:2111393
Created March 19, 2012 13:05
Drupal 7: Test if field has a value
<?php if (field_get_items('node', $node, 'field_address')) : ?>
<?php endif; ?>
@Riaan-ZA
Riaan-ZA / gist:2049293
Created March 16, 2012 09:34
CSS: Image Replacement
.ir {
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}