PATH:
home
/
lab2454c
/
keebchat.com
/
apps
/
native
/
http
/
news
<?php $cl["page_title"] = cl_translate("Latest News"); $cl["page_desc"] = $cl["config"]["description"]; $cl["page_kw"] = $cl["config"]["keywords"]; $cl["pn"] = "news"; $cl["sbr"] = true; $cl["sbl"] = true; $cl["news"] = cl_get_latest_news(); //var_dump($cl["news"]); $cl["app_statics"] = array( "styles" => array( cl_css_template("statics/css/apps/trending/style.master"), cl_css_template("statics/css/apps/trending/style.mq") ) ); if ($cl["theme_mode"] == "N") { array_push($cl["app_statics"]["styles"], cl_css_template("statics/css/apps/trending/style.dark")); } $cl["http_res"] = cl_template("news/content");
[+]
..
[-] content.php
[edit]