Файл: content/themes/facebook/templates/ajax.posts.post.tpl
Строк: 18
{if $app == 'news'}
{include file='ajax.posts.news.tpl' method =
'post'}
{elseif $app == 'music'}
{include file='ajax.posts.music.tpl'
method = 'post'}
{elseif $app == 'photos'}
{include
file='ajax.posts.photos.tpl' method = 'post'}
{elseif $app == 'videos'}
{include file='ajax.posts.videos.tpl' method = 'post'}
{elseif $app ==
'discussions'}
{include file='ajax.posts.discussions.tpl' method =
'post'}
{elseif $app == 'questions'}
{include
file='ajax.posts.questions.tpl' method = 'post'}
{elseif $app ==
'polls'}
{include file='ajax.posts.polls.tpl' method =
'post'}
{elseif $app == 'links'}
{include file='ajax.posts.links.tpl'
method =
'post'}
{/if}
<script>jQuery("span[class*=timeago]").timeago();</script>