Skip to content

Instantly share code, notes, and snippets.

@briward
Last active November 20, 2015 19:19
Show Gist options
  • Save briward/11845920be4452f69f43 to your computer and use it in GitHub Desktop.
Save briward/11845920be4452f69f43 to your computer and use it in GitHub Desktop.
<<?php print $layout_wrapper; ?> class="pure-g">
<<?php print $left_wrapper ?> class="pure-u-1-2">
<?php print $left; ?>
</<?php print $left_wrapper ?>>
<<?php print $right_wrapper ?> class="pure-u-1-2">
<?php print $right; ?>
</<?php print $right_wrapper ?>>
</<?php print $layout_wrapper ?>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment