Hiding the Navigation Menus - except for logged in users
Submitted by alan dawson on Sat, 2007/05/12 - 13:24.
drupal | Online Environment Development | Other discussion topics
Created a custom block with the below php code and then disabled the drupal built in navigation block
<?php global $user; if ($user->uid) { if ($menu = menu_tree()) { echo ""; echo "
- ";
print $menu ;
echo "