mattsmith Posted May 20, 2017 Report 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
flyalaska Posted May 20, 2017 Report Posted May 20, 2017 (edited) <?php if(Auth::LoggedIn() == false) { ?> Your LOGIN code goes here <?php } ?> Edited May 20, 2017 by flyalaska 1 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.