Created
February 12, 2019 10:40
-
-
Save ashour/c4179e18f3d4e8ac2923ba1c00ef4b86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="pure-u-1-3"> | |
<!-- #language-switcher --> | |
<?php if (is_active_sidebar('trailing_main_nav')) : ?> | |
<div id="trailing_main_nav" class="widget-area"> | |
<?php dynamic_sidebar('trailing_main_nav'); ?> | |
</div> | |
<?php endif; ?> | |
<!-- /#language-switcher --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment