OlgaT-ET

add lang icons next to the logo

Mar 3rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(document).ready(function($){
  3.     $('<ul class="header_language_icons"><li data-wg-notranslate="" class="wgcurrent wg-li wg-flags en"><a href="#" onclick="return false;">EN</a></li><li class="wg-li wg-flags es"><a data-wg-notranslate="" href="/es/">ES</a></li></ul>').insertAfter('#logo');
  4. });
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment