PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
home
/
includes
<div class="empty-user-timeline"> <div class="icon"> <?php echo cl_ikon('feed'); ?> </div> <div class="pl-message"> <h4> <?php echo cl_translate("No posts yet!"); ?> </h4> <p> <?php echo cl_translate("It looks like there are no posts on your feed yet. All your posts and publications of people you follow will be displayed here."); ?> </p> </div> <div class="c2action-single"> <button class="btn btn-custom main-outline lg" data-toggle="modal" data-target="#add_new_post"> <?php echo cl_translate("Create my first post"); ?> </button> </div> </div>
[-] no_posts.phtml
[edit]
[+]
..