How is this information used?
{php} $sections = $this->_tpl_vars['item']['sections']; $cntItems = count($sections); $cntCols = 3; $itemIPP = ceil($cntItems/$cntCols); $this->assign('itemIPP', $itemIPP); {/php} Jump to a specific section of this page:
    {foreach from = $item.sections item = section name = 'section_header'} {if $smarty.foreach.section_header.iteration > $itemIPP && $smarty.foreach.section_header.iteration % $itemIPP == 1}
    {/if} {php} $header = $this->_tpl_vars['section']['header']; $header = ucwords(strtolower($header)); $header = str_replace('Mncar', 'MNCAR', $header); $this->_tpl_vars['section']['header'] = $header; {/php}
  • {$section.header} {/foreach}

Your account status is currently active, click here to deactivate your MyMNCAR online account

{include file = "`$smarty.const.BASE_PATH`/class/Form/tpl/smarty-dynamic.tpl"}