If you are trying to register a nav menu, just page the following code into your function.php file in the them Rool.
register_nav_menus( array( 'header-menu' => 'Top Menu', 'footer-menu' => 'Footer', ) );