PATH:
home
/
lab2454c
/
keebchat.com
/
apps
/
native
/
http
/
ad_item
<?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. @ # @*************************************************************************@ $ad_id = fetch_or_get($_GET["ad_id"], false); $ad_item = cl_get_timeline_ads($ad_id); if (empty($ad_item)) { cl_redirect("404"); } else { $cl["page_title"] = cl_translate('Advertisement'); $cl["page_desc"] = $cl["config"]["description"]; $cl["page_kw"] = $cl["config"]["keywords"]; $cl["pn"] = "ad_item"; $cl["sbr"] = true; $cl["sbl"] = true; $cl["ads_ls"] = array($ad_item); $cl["http_res"] = cl_template("ad_item/content"); }
[+]
..
[-] content.php
[edit]