I need to be able to do this: show certain menu items when not logged in and a different set when logged in. I suppose it could be done by modifying .php files using

<?php if ($_SESSION['customer_id']) { ?>

prior to each menu. Can someone confirm?