Little fix in home html template
This commit is contained in:
parent
b82d7789a2
commit
dbb1e46905
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ ${add_js_home_local('responsive-nav.min.js', 'admin')}
|
|||
${HeaderHTML.css_home()|n}
|
||||
${HeaderHTML.js_home()|n}
|
||||
${HeaderHTML.header_home()|n}
|
||||
</head>
|
||||
<body>
|
||||
<div id="languages_general">
|
||||
</div>
|
||||
|
|
@ -77,6 +78,5 @@ ${HeaderHTML.header_home()|n}
|
|||
<script>
|
||||
var navigation = responsiveNav(".nav-collapse", {customToggle: "#toggle"});
|
||||
</script>
|
||||
</head>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue