1
2
3
4
5
6
7
8
9
10
|
<!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <!-- Menu toggle button --> <a href="chat_index.php"> <i class="fa fa-envelope-o"></i> <span class="label label-danger chat_notification"><?=$header_message_and_notification["message_num"]>0?$header_message_and_notification["message_num"]:""?></span> </a> <!--<ul class="dropdown-menu"> <li class="header"><?/*= _lang("You have %d messages", 0) */?></li> <li class="footer"><a href="#"><?/*= _lang("See All Messages") */?></a></li> </ul>--> </li><!-- /.messages-menu -->
|