Skip to content

Instantly share code, notes, and snippets.

@briward
Created November 20, 2015 19:12
Show Gist options
  • Save briward/58693b31941f4a1ddcb7 to your computer and use it in GitHub Desktop.
Save briward/58693b31941f4a1ddcb7 to your computer and use it in GitHub Desktop.
<!-- views-view.tpl.php -->
<div class="<?php print $classes; ?>">
...
<?php if ($rows): ?>
<div class="view-content pure-g">
<?php print $rows; ?>
</div>
<?php endif; ?>
...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment