PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
search
/
includes
<div class="search-empty-result" v-show="(query_result == '0')"> <div class="icon"> <?php echo cl_ikon('search'); ?> </div> <div class="pl-message"> <h4> <?php echo cl_translate("Nothing found"); ?> </h4> <p> <?php echo cl_translate("Sorry, but we could not find anything in our database for your search query {@search_query@}. Please try again by typing other keywords.", array( "search_query" => cl_html_el('b', '{{search_query}}', array('class' => 'seach-query')) )); ?> </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]