Skip to content

Commit c82953b

Browse files
authored
Actualizar footer.html (#98)
1 parent 15b6ed7 commit c82953b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

footer.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@
2525
</div>
2626
<p>©Grouvex Studios</p>
2727
</footer>
28-
</div>
29-
<!-- Contenedor para el traductor -->
30-
<div id="google_translate_element"></div>
31-
<script type="text/javascript">function googleTranslateElementInit(){new google.translate.TranslateElement({pageLanguage: 'es',includedLanguages: 'en,fr,de,it,pt', layout:google.translate.TranslateElement.InlineLayout.SIMPLE},'google_translate_element');}</script>
32-
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
28+
</div>

menu.html

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
window.location.href = url;
99
}
1010
</script>
11+
<!-- Contenedor para el traductor -->
12+
<div id="google_translate_element"></div>
13+
<script type="text/javascript">function googleTranslateElementInit(){new google.translate.TranslateElement({pageLanguage: 'es',includedLanguages: 'en,fr,de,it,pt', layout:google.translate.TranslateElement.InlineLayout.SIMPLE},'google_translate_element');}</script>
14+
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
1115
| <span><select id="selector-idioma" onchange="redirigir()">
1216
<option value="Idioma" disabled selected>Idioma</option>
1317
<option value="https://grouvex.github.io">Oficial</option>

0 commit comments

Comments
 (0)