diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php
index 651897f..ca3abab 100644
--- a/htdocs/wp-content/themes/lawcarta/header.php
+++ b/htdocs/wp-content/themes/lawcarta/header.php
@@ -51,6 +51,65 @@ require_once 'inc/walker-nav-menu.php';
}
?>
+
+
+ 'top',
+ 'menu_class' => 'navTab nav',
+ 'container' => 'div',
+ 'container_class' => 'header-menu center',
+ 'depth' => 1,
+ 'walker' => new LawCarta_Walker_Nav_Menu(),
+ 'icon_wrap' => 'i',
+ 'theme_location' => 'top',
+ ]);
+ }
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+