{if condition="$addons_config.link_type eq 1"} {volist name="list" id="vo"}
  • {$vo.title}
  • {/volist} {elseif condition="$addons_config.link_type eq 2"/} {volist name="list" id="vo"}
  • {/volist} {else/} {volist name="list" id="vo"}
  • {$vo.title}
  • {/volist} {/if}