Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
To hide a header on any page add the following code to BeforeDisplay event of that page:
$xt->assign("header", "");
This is useful. How to hide the nav bar that is just under the header that contains the logo, menu, search field and who is logged in?I am able to use the following to remove most of the items, but, the bar is still there:$xt->assign("menu", "");$xt->assign("logo", "");$xt->assign("username", "");$xt->assign("navbar-header", "");