teaser login
From SkyPHP
The following code will overlay the webpage with a partially transparent panel and display the login/sign-up skybox if the person is not logged in.
It's a teaser because the page is semi-visible, but not interactive -- a compelling reason for a visitor to sign up.
<? // teaser login -- this goes before template::inc() if (!PERSON_ID) $teaser_login = true; ?>
