How do I place a form direct behind a login?
A menuItem point to the Form behind a login....
Thanks,
Marco
A menuItem point to the Form behind a login....
Thanks,
Marco
<?php
if ( !$mainframe->isSite() ) { return; }
$user =& JFactory::getUser();
if ( !$user->id ) {
$mainframe->redirect('index.php');
}
?>