$url_this = $_SERVER['PHP_SELF'];
$check = "/news.php"; // <--- edit page you wish suppress display panel on
if ($check !== $url_this) {
openside("Multi page panel suppressed in news.php");
echo "Tadaaa, i'm a multi page panel and you will not see me in $check only";
closeside();
}
$check = "/news.php"; // <--- edit page you wish suppress display panel on
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions