mattsmith Posted May 20, 2017 Report Share Posted May 20, 2017 I have added the pilot login to frontpage_main so it shows up on the main site. How do i make it disapear once logged in? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted May 20, 2017 Report Share Posted May 20, 2017 (edited) <?php if(Auth::LoggedIn() == false) { ?> Your LOGIN code goes here <?php } ?> Edited May 20, 2017 by flyalaska 1 Quote Link to comment Share on other sites More sharing options...
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.