<{php}>echo art_constant("MD_MONTHLY");<{/php}>
<{assign var="num_column" value=4}> <{* Set the column number *}>
<{assign var="ful_width" value=95}> <{* Set the full width for multiple columns *}>
<{assign var="col_width" value=$ful_width/$num_column}> <{* calculate column width *}>
<{foreach item=month name=month from=$months}>
<{if $smarty.foreach.month.iteration % $num_column eq 0}>
<{/if}>
<{/foreach}>