Move accessible files to public folders and adjust paths.
This commit is contained in:
41
header.php
41
header.php
@@ -1,42 +1,3 @@
|
||||
<!--[if IE]>
|
||||
<script type="text/javascript">
|
||||
if (window.navigator.systemLanguage && !window.navigator.language) {
|
||||
function hoverIE() {
|
||||
var LI = document.getElementById("Navigation").firstChild;
|
||||
do {
|
||||
if (sucheUL(LI.firstChild)) {
|
||||
LI.onmouseover = einblenden;
|
||||
LI.onmouseout = ausblenden;
|
||||
}
|
||||
LI = LI.nextSibling;
|
||||
}
|
||||
while (LI);
|
||||
}
|
||||
|
||||
function sucheUL(UL) {
|
||||
do {
|
||||
if (UL) UL = UL.nextSibling;
|
||||
if (UL && UL.nodeName == "UL") return UL;
|
||||
}
|
||||
while (UL);
|
||||
return false;
|
||||
}
|
||||
|
||||
function einblenden() {
|
||||
var UL = sucheUL(this.firstChild);
|
||||
UL.style.display = "block";
|
||||
UL.style.backgroundColor = "#eee";
|
||||
}
|
||||
|
||||
function ausblenden() {
|
||||
sucheUL(this.firstChild).style.display = "none";
|
||||
}
|
||||
|
||||
window.onload = hoverIE;
|
||||
}
|
||||
</script>
|
||||
<![endif]-->
|
||||
|
||||
<div id="Tmenu">
|
||||
<ul id="Navigation">
|
||||
<li><a href="index.php?section=will">Willkommen</a>
|
||||
@@ -89,4 +50,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user