You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- {volist name="ad" id="vo"}
- {if condition="$vo.media_type == 1"}
- document.write('<a href="{$vo.links}" title="{$vo.title}" {$vo.target}><img border="0" src="{$vo.litpic}" alt="{$vo.title}"/></a>');
- {elseif condition="$vo.media_type == 2"}
- document.write('<video src="{$vo.litpic}" controls preload="auto" oncontextmenu="return fase"></video>');
- {elseif condition="$vo.media_type == 3"}
- document.write('{$vo.intro}');
- {/if}
- {/volist}
|