modified..
This commit is contained in:
parent
64ecd36353
commit
69969a492e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
{assign var=vidthumbs value=get_thumb($data,1,TRUE,FALSE,TRUE,FALSE)}
|
||||
{foreach from=$vidthumbs item=vid_thumb}
|
||||
<ul class="ace-thumbnails">
|
||||
<li>
|
||||
<li style="display: inline">
|
||||
<img src="{$vid_thumb}" width="100" height="100">
|
||||
<div class="tools">
|
||||
<input type="radio" value="{$vid_thumb|getname}.{$vid_thumb|getext}" id="{$vid_thumb|getname}" name="default_thumb" {if $data.default_thumb==$vid_thumb|get_thumb_num} checked="checked"{/if} />
|
||||
|
|
Loading…
Add table
Reference in a new issue