<{foreach from=$side_block item=block}>
<{if $block.plugin=="xoops"}> <{includeq file="$xoops_rootpath/modules/tad_web/templates/tad_web_block_title_b3.html"}> <{block id=$block.BlockName}> <{elseif $block.plugin=="custom"}> <{includeq file="$xoops_rootpath/modules/tad_web/templates/tad_web_block_custom_b3.html"}> <{else}> <{if "$xoops_rootpath/modules/tad_web/plugins/`$block.plugin`/tpls/`$block.tpl`"|file_exists}> <{includeq file="$xoops_rootpath/modules/tad_web/plugins/`$block.plugin`/tpls/`$block.tpl`"}> <{/if}> <{/if}> <{if $isMyWeb and $WebID and isset($block.BlockContent.main_data) and $block.BlockContent.main_data!=""}> <{includeq file="$xoops_rootpath/modules/tad_web/templates/tad_web_block_tool_b3.html"}> <{/if}>
<{/foreach}>