Файл: upload/module/friend/template/default/block/notify.html.php
Строк: 33
<?php
/**
* [PHPFOX_HEADER]
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond_Benc
* @package Phpfox
* @version $Id: notify.html.php 3335 2011-10-20 17:26:57Z Raymond_Benc $
*/
defined('PHPFOX') or exit('NO DICE!');
?>
<li>
<span class="holder_notify_count" id="js_total_new_friend_requests">0</span>
<a href="#" title="{phrase var='friend.friend_requests'}" class="friend_notification notify_drop_link" rel="friend.getRequests">{phrase var='friend.friend_requests'}</a>
<div class="holder_notify_drop">
<div class="holder_notify_drop_content">
<div class="holder_notify_drop_title">{phrase var='friend.friend_requests'}</div>
<div class="holder_notify_drop_data">
<div class="holder_notify_drop_loader">{img theme='ajax/add.gif'}</div>
</div>
</div>
</div>
</li>