|
{include "../components/post.xml", post => $dat, commentSection => true, onWallOf => true}
{elseif $section === 'comments'}
{include "../components/comment.xml", no_reply_button => true, comment => $dat, correctLink => true}
{elseif $section === 'videos'}
{include "../components/video.xml", video => $dat}
{elseif $section === 'audios'}
{include "../Audio/player.xml", audio => $dat}
{/if}
{else}
{include "../components/content_error.xml", description => tr("no_results_by_this_query")}
{/if}