modified : video rating check added

This commit is contained in:
Fahad Abbas 2016-02-02 14:00:23 +00:00
parent 1b73fc6ef1
commit 08023efd57

View file

@ -31,7 +31,9 @@
<span class="small font18">{lang('View')}{if $vdo.views > 1}{lang('s')}{/if}</span>
</div>
<div class="watch-vid-thumbsupdown-sec" id="rating_container">
{if $vdo.allow_rating != 'no'}
{show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video}
{/if}
</div>
</div>
</div>