Файл: upload/module/user/template/default/block/birth.html.php
Строк: 15
<?php
/**
* [PHPFOX_HEADER]
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Feed
* @version $Id: birth.html.php 4189 2012-05-31 10:16:13Z Raymond_Benc $
*/
defined('PHPFOX') or exit('NO DICE!');
?>
{if $aUser.dob_setting == '3'}
<div class="message js_no_feed_to_show">{phrase var='feed.there_are_no_new_feeds_to_view_at_this_time'}</div>
{else}
<div class="timeline_holder">
<div class="timeline_birth_title">
{phrase var='profile.born_on_birthday' birthday=$sBirthDisplay}
</div>
</div>
{/if}