Advertisement
petrfaitl

Fix for header-mobile.php

Jun 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. if( $logo_position == 'logo-center' ){
  2.         echo '</div>';
  3.         $nav_position = ztudiox_get_option('general','right-menu-type','right');
  4.  
  5.        
  6.         if ($nav_position == 'right'){
  7.             echo '<div class="ztudiox-mobile-menu-right" >';
  8.         }else{
  9.             echo '<div class="ztudiox-mobile-menu-left" >';
  10.         }
  11.        
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement