working on mobile lang selector
This commit is contained in:
parent
4b401a4623
commit
df552d5478
6 changed files with 65 additions and 11 deletions
|
|
@ -99,7 +99,16 @@
|
|||
wpm_language_switcher ('list','name');
|
||||
};
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header-lang-small">
|
||||
<?php
|
||||
if ( function_exists ( 'wpm_language_switcher' ) ) {
|
||||
wpm_language_switcher ('list','name');
|
||||
};
|
||||
?>
|
||||
<img src="<?php bloginfo('stylesheet_directory');?>/img/ios-arrow-down.svg" width=20px height=20px></img>
|
||||
</div>
|
||||
|
||||
<h1 class="header-logo-container">
|
||||
<a href="<?php echo home_url(); ?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue