PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
search
/
includes
<div class="search-empty-result"> <div class="icon"> <?php if ($cl["page_tab"] == 'htags'): ?> <?php echo cl_ikon('hash'); ?> <?php elseif($cl["page_tab"] == 'people'): ?> <?php echo cl_ikon('people'); ?> <?php else: ?> <?php echo cl_ikon('feed'); ?> <?php endif; ?> </div> <div class="pl-message"> <h4> <?php echo cl_translate("No data to display"); ?> </h4> <p> <?php echo cl_translate("Oops! It looks like some kind of desert. I can swear that there should have been top content here, it looks like there are no entries in our database for display on this page"); ?> </p> </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>
[-] posts.phtml
[edit]
[+]
..
[+]
li
[-] empty_list.phtml
[edit]
[-] htags.phtml
[edit]
[-] empty_result.phtml
[edit]
[-] people.phtml
[edit]