-
{assign var=opt_list value=$Upload->load_upload_options()}
{$counter = 1}
{foreach from=$opt_list item=opt key=divid}
{if $counter == 1}{$class = "active"}{else}{$class = ""}{/if}
{* Checking weather to show uploadin option to user or not *}
{assign var=uploadOptId value=$opt.load_func}
{if $Cbucket->configs.$uploadOptId=='yes'}
{assign var='no_upload' value='no'}
- {$opt.title} {/if} {$counter = $counter + 1} {/foreach}
{lang code='upload_right_guide_vid'}
{$counter = 1}
{foreach from=$opt_list item=opt key=divid}
{* Checking weather to show uploadin option to user or not *}
{assign var=uploadOptId value=$opt.load_func}
{if $Cbucket->configs.$uploadOptId=='yes'}
{if $counter == 1}{$class = "active"}{else}{$class = ""}{/if}
{load_form name=$opt.load_func button_class='cb_button_2' class='upload_form'}
{/if}
{$counter = $counter + 1}
{/foreach}