clipbucket/upload/styles/cbv2new/layout/blocks/view_channel/channel_item.html

10 lines
417 B
HTML
Raw Normal View History

{if $object.photo_id}
<div class="video_title" style="font-size:14px; margin-bottom:5px;">{$object.photo_title}</div>
<div align="center">{get_photo details=$object output='html' size='l' width='370'}</div>
{/if}
{if $object.videoid}
<div class="video_title" style="font-size:14px; margin-bottom:5px;">{$object.title}</div>
{FlashPlayer vdetails=$object width='370' height='280' autoplay=true}
{/if}