Krang::CGI::About - show the Nav bar
use Krang::ClassLoader 'CGI::Nav';
pkg('CGI::Nav')->new()->run();
Simply returns the HTML structure for Krang's navigation. This is normally not needed unless an AJAX request is made which could alter the User's navigation (ie, a desk was added or a permission level changed).