t_bergman Posted January 26, 2016 Report Posted January 26, 2016 On certain pages, the acars.php for instance, is there a way to remove certain parts (divs) of the layout.php file? Thanks, Quote
Administrators simpilot Posted January 27, 2016 Administrators Report Posted January 27, 2016 Not exactly sure this is what you are looking for but maybe... <?php if(MainController::$activeModule == 'ACARS'){ //do stuff } else { //don't do stuff } ?> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.