XF 1.3 Using the likes_summary temp within Conversation_message temp

shock

Member
How can i make this line work on the "conversation_message" template?
HTML:
<div id="likes-{$messageId}"><xen:if is="{$message.likes}"><xen:include template="likes_summary" /></xen:if></div>
I need it to work because i want to put the likes list inline with the buttons (right before .publicControls).
 
Top Bottom