PATH:
var
/
softaculous
/
fud
/
default
<?php /** * copyright : (C) 2001-2011 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id$ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. **/ /* Print number of unread private messages in User Control Panel. */ if (__fud_real_user__ && $FUD_OPT_1 & 1024) { // PM_ENABLED $c = q_singleval('SELECT count(*) FROM fud30_pmsg WHERE duser_id='. _uid .' AND fldr=1 AND read_stamp=0'); $ucp_private_msg = $c ? '<li><a href="[[relativeurl]]/index.php?t=pmsg&'._rsid.'" title="Private Messaging"><img src="[[relativeurl]]/theme/default/images/top_pm.png" alt="" width="16" height="16" /> You have <span class="GenTextRed">('.$c.')</span> unread '.convertPlural($c, array('private message','private messages')).'</a></li>' : '<li><a href="[[relativeurl]]/index.php?t=pmsg&'._rsid.'" title="Private Messaging"><img src="[[relativeurl]]/theme/default/images/top_pm.png" alt="" width="15" height="11" /> Private Messaging</a></li>'; } else { $ucp_private_msg = ''; } ?>
[-] return.inc
[edit]
[-] admincp.inc
[edit]
[-] tabs.inc
[edit]
[-] drawpmsg.inc
[edit]
[-] private.inc
[edit]
[-] usercp.inc
[edit]
[+]
..
[-] logedin.inc
[edit]
[-] post_common.inc
[edit]
[-] get_cur_ppage.inc
[edit]
[-] draw_forum_list.inc
[edit]
[-] errmsg.inc
[edit]
[-] thread_view_common.inc
[edit]
[-] th_nav.inc
[edit]
[-] allowed_user_lnk.inc
[edit]
[-] forumsel.inc
[edit]
[-] imsg_edt.inc
[edit]
[-] draw_forum_path.inc
[edit]
[-] cookies.inc
[edit]
[-] post_opt.inc
[edit]
[-] users.inc
[edit]
[-] err.inc
[edit]
[-] drawmsg.inc
[edit]