PATH:
home
/
lab2454c
/
keebchat.com
/
apps
/
native
/
http
/
home
<?php # @*************************************************************************@ # @ @author Mansur Altamirov (Mansur_TL) @ # @ @author_url 1: https://www.instagram.com/mansur_tl @ # @ @author_url 2: http://codecanyon.net/user/mansur_tl @ # @ @author_email: highexpresstore@gmail.com @ # @*************************************************************************@ # @ ColibriSM - The Ultimate Modern Social Media Sharing Platform @ # @ Copyright (c) 21.03.2020 ColibriSM. All rights reserved. @ # @*************************************************************************@ if (empty($cl["is_logged"])) { cl_redirect("guest"); } else { require_once(cl_full_path("core/apps/home/app_ctrl.php")); $cl["app_statics"] = array( "styles" => array( cl_css_template("statics/css/apps/home/style.master"), cl_css_template("statics/css/apps/home/style.mq"), cl_css_template("statics/js/libs/owl-cr-2-2.3.4/assets/owl.carousel.min"), cl_css_template("statics/js/libs/owl-cr-2-2.3.4/assets/owl.theme.default") ), "scripts" => array( cl_js_template("statics/js/libs/owl-cr-2-2.3.4/owl.carousel.min") ) ); if ($cl["theme_mode"] == "N") { array_push($cl["app_statics"]["styles"], cl_css_template("statics/css/apps/home/style.dark")); } $cl["page_title"] = cl_translate("Homepage"); $cl["page_desc"] = $cl["config"]["description"]; $cl["page_kw"] = $cl["config"]["keywords"]; $cl["pn"] = "home"; $cl["sbr"] = true; $cl["sbl"] = true; $cl["tl_feed"] = cl_get_timeline_feed(15); $cl["tl_feed_total"] = 15; $cl["tl_swifts"] = cl_timeline_swifts(); $cl["http_res"] = cl_template("home/content"); }
[+]
..
[-] content.php
[edit]