openside[b]x[/b]("Panel Name",[b]"off"[/b]);
echo "Some content for the panel";
closeside[b]x[/b]();
opensidex("Panel Name","off");
if(!iGUEST) {
echo "Some content for the panel";
}
closesidex();
if (iGUEST) {
openside("Panel Name");
}
else {
opensidex("Panel Name","off");
}
echo "Some content for the panel";
if (iGUEST) {
closeside();
}
else {
closesidex();
}
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions