Last active
November 20, 2015 19:19
-
-
Save briward/11845920be4452f69f43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<?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