PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
notifications
/
includes
<div class="notifications-empty-list-placeholder"> <div class="icon"> <?php if ($cl["page_tab"] == 'notifs'): ?> <?php echo cl_ikon('bell'); ?> <?php else: ?> <?php echo cl_ikon('ear'); ?> <?php endif; ?> </div> <div class="pl-message"> <?php if ($cl["page_tab"] == 'notifs'): ?> <h4> <?php echo cl_translate("No notifications yet!"); ?> </h4> <p> <?php echo cl_translate("There seems to be you have no notifications yet. All notifications about replies to your posts, likes, etc., will be displayed here."); ?> </p> <?php else: ?> <h4> <?php echo cl_translate("No mentions yet!"); ?> </h4> <p> <?php echo cl_translate("There seems to be no mention of you. All links to you in user publications will be displayed here."); ?> </p> <?php endif; ?> </div> <div class="c2action-single"> <a href="<?php echo cl_link('/'); ?>" data-spa="true"> <button class="btn btn-custom main-outline lg"> <?php echo cl_translate("Go to the homepage"); ?> </button> </a> </div> </div>
[+]
..
[-] list_item.phtml
[edit]
[-] no_notifs.phtml
[edit]