BuGz
Jamroom Developers
cool.
{if isset($_items)}
{foreach from=$_items item="item"}
<div class="col3">
<div class="wrap">
{jrCore_module_function
function="jrImage_display"
module="jrGallery"
item_id=$item._item_id
type="gallery_image"
size="xlarge"
crop="auto"
class="img_scale"
}
</div>
</div>
{/foreach}
{else}
{jrCore_include template="no_items.tpl"}
{/if}
{foreach $_items => $item}
{if $item@first || ($item@iteration % 4) == 1}
THIS IS FIRING ON EVERY 4TH ITERATION.
{/if}
........
span,strong,em,a,b,u,i,p,div,div.id,br,img,h1,h2,h3,h4,pre,hr,ul,ol,li,sub,sup,table,tbody,th,tr,td
$_js = array('source' => "{$_conf['jrCore_base_url']}/modules/jrCore/contrib/tinymce/tinymce.min.js?v={$_mods['jrCore']['module_version']}");
jrCore_create_page_element('javascript_href', $_js);