2012-03-16, 01:24:06
SlazZe Wrote:- - - - -
You will notice that on the User Management->help page I documented how to hide items in your template files. This should fix both of your issues:
Code:
<?php if(!empty($_SESSION['LoggedIn'])) { ?>
<?php include('reg.php'); ?>
<?php } ?>