Skip to content

Commit

Permalink
Fixed issue #
Browse files Browse the repository at this point in the history
  • Loading branch information
parsaatef committed May 21, 2017
1 parent 8fa0c4f commit 5d9d942
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

?>

<div <?php echo $sed_attrs; ?> class="navigation-wrapper module module-menu module-menu-skin-defult <?php echo $class;?>">
<div <?php echo $sed_attrs; ?> class="navigation-wrapper module module-menu module-menu-skin-defult <?php echo $class;?>">
<div class="navigation-wrapper-inner <?php echo $length_class;?>" length_element>
<div class="navbar-toggle-wrap">
<div class="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
<span class="navbar-header-title">Menu</span>
<span class="navbar-header-title"><?php echo __("Menu","site-editor");?></span>
</div>
<div class="navbar-wrap">
<nav class="navbar-wrap-inner">
Expand Down

0 comments on commit 5d9d942

Please sign in to comment.