Hey I'm trying to change the visibility of my layer, using the following code....
<div id="menuLog"><?php if ($userLoggedIn == 1) { echo ("style='visibility: visible;'"); } else { echo ("style='visibility: hidden;'") ;}?></div>
Im not really sure what to change, I've run out of ideas!
Please help!