* @copyright Copyright (c) 2012, Paul de Wouters * @link http://pauldewouters.com * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ require_once 'includes/topbar-walker.php'; if ( has_nav_menu( 'secondary' ) ) : ?>
  • ' . get_bloginfo( 'name' ) . '

  • '; ?> 'nav', 'theme_location' => 'secondary', 'container_class' => 'top-bar', 'menu_class' => '', 'menu_id' => 'menu-primary-items', 'items_wrap' => $title . '
    ', 'walker' => new Foundation_Walker(), 'fallback_cb' => '' ) ); ?>