Refactored the code, addded google translator, and fixed some bugs
This commit is contained in:
parent
36cee77790
commit
ed1505254d
20 changed files with 844 additions and 370 deletions
|
|
@ -5,8 +5,17 @@
|
|||
</div><!-- #wrapper -->
|
||||
|
||||
<div class="footer">
|
||||
<div id="footer">
|
||||
<div id="footer">
|
||||
<div id="siteinfo">
|
||||
<div id="google_translate_element"></div>
|
||||
<script type="text/javascript">
|
||||
function googleTranslateElementInit() {
|
||||
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL, multilanguagePage: true, gaTrack: true, gaId: 'UA-310804-2'}, 'google_translate_element');
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
||||
|
||||
|
||||
Powered by
|
||||
Java2EE And Tomcat. Zallery Gallery created by Ziver Koc.
|
||||
<br>Built on the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue