{capture name=some_content assign=title_field}title_{$crt_lang}{/capture}
{$browse_make_settings[$title_field]}
{if $browse_make_settings.type!="single" && $bm_makes.no_fieldsets}
{foreach name="master_loc" from=$bm_makes.values item=v}
{$v.name|replace:" ":" "}
{/foreach}
{/if}
{capture name=some_content assign=bm_width}{math equation="100/w" w=$browse_make_settings.no_rows}{/capture}
{if $browse_make_settings.type=="single"}
{foreach name=list from=$bm_makes.elements item=t}
{capture name=sfield assign=field2}{$t|replace:'/':'--'|urlencode}{/capture}
- {$t}
{if ($smarty.foreach.list.index+1)%$bm_makes.no_each_row==0 && $smarty.foreach.list.index && $smarty.foreach.list.index!=$bm_makes.no_elements-1}
|
|
{else}
{foreach name=loc1 from=$bm_makes.values item=v}
{capture name=sfield assign=field1}{$v.name|replace:'/':'--'|urlencode}{/capture}
{foreach name=list from=$v.elements item=t}
{capture name=sfield assign=field2}{$t|replace:'/':'--'|urlencode}{/capture}
- {$t}
{if ($smarty.foreach.list.index+1)%$v.no_each_row==0 && $smarty.foreach.list.index && $smarty.foreach.list.index!=$v.no_elements-1}
|
|
{/foreach}
{/if}
{literal}
{/literal}