clipbucket/upload/styles/cbv2new/layout/blocks/view_channel/channel_item.html
Fawaz 801a9cc249 Updated : view_channel.html
Added : new js functions loadObject and channelObjects.
Added : new links for user collections, user favorite collection, user subscriptions and user subscribers
Added : height parameter in getFileSmarty function
Updated : default_thumb function for photos
Updated : registered get_collections for smarty
Added : new jquery compressed plugin jquery.jCarousel.js
Added : channel_item.html in blocks/view_channel folder
2011-01-27 12:42:54 +00:00

10 lines
No EOL
417 B
HTML

{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}