Skip to content

Instantly share code, notes, and snippets.

@briward
Created November 20, 2015 19:21
Show Gist options
  • Save briward/207c98895a04e55189e6 to your computer and use it in GitHub Desktop.
Save briward/207c98895a04e55189e6 to your computer and use it in GitHub Desktop.
<div class="pure-g <?php print $classes;?>">
<?php if ($left): ?>
<div class="pure-u-1-2<?php print $left_classes; ?>">
<?php print $left; ?>
</div>
<?php endif; ?>
<?php if ($right): ?>
<div class="pure-u-1-2<?php print $right_classes; ?>">
<?php print $right; ?>
</div>
<?php endif; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment