Created
September 19, 2016 07:02
-
-
Save Rachind/5a0bae55c89b92842c018c001676f598 to your computer and use it in GitHub Desktop.
MODX Bootsrap row clearfix snippet
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 | |
//[[clearfix? &idx=`[[+idx]]` &tpl=`<div class="clearfix visible-sm-block"></div>` &n=`2`]] | |
if(($idx % $n) == 0) echo $tpl; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment