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.
 
 
 
 
 
 

12 lines
263 B

{extends 'layout_view.tpl'}
{block name="title"}
{title}{$title|escape}{/title}
{/block}
{block name="content"}
{rating type=$type id=$id}
{if $tiki_p_ratings_view_results eq 'y' or $tiki_p_admin eq 'y'}
{rating_result type=$type id=$id}
{/if}
{/block}