Skip to content

Instantly share code, notes, and snippets.

View brianberlin's full-sized avatar
⚜️

Brian Berlin brianberlin

⚜️
View GitHub Profile
@brianberlin
brianberlin / views-view-grid.tpl.php
Created June 26, 2012 17:34 — forked from berkes/views-view-grid.tpl.php
Drupal grid view template for omega theme.
<?php
/**
* @file views-view-grid.tpl.php
* Default simple view template to display a rows in a grid.
*
* - $rows contains a nested array of rows. Each row contains an array of
* columns.
*
* @ingroup views_templates
*/