Skip to content

Instantly share code, notes, and snippets.

@Rachind
Created September 19, 2016 07:02
Show Gist options
  • Save Rachind/5a0bae55c89b92842c018c001676f598 to your computer and use it in GitHub Desktop.
Save Rachind/5a0bae55c89b92842c018c001676f598 to your computer and use it in GitHub Desktop.
MODX Bootsrap row clearfix snippet
<?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