After the install I can not see the Dashboard tab. I can call it directly in the url admin.php?t=dashboard and it responds as does it respond when I click on the Admin Panel, but it just never shows the Dashboard Tab.
How can I unhide this tab?
OK figured this out. Modify the class.nav.php file in /include.
add line
$tabs=array('desc'=>'Dashboard','href'=>'admin.php?t=dashboard','title'=>'Dashboard');
with the other tabs.