]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/functions.pl
ipfire-theme/functions.pl: Load $extrahead after jQuery
[people/pmueller/ipfire-2.x.git] / html / html / themes / ipfire / include / functions.pl
index 18931428ec71b9d0768c6cd4d6e01ecd5d734fa3..54f8966d5824450e4f1ca2128248b78fd2edac5b 100644 (file)
@@ -120,12 +120,12 @@ print <<END;
 <html>
        <head>
        <title>$headline - $title</title>
-       $extrahead
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <link rel="shortcut icon" href="/favicon.ico" />
        <script type="text/javascript" src="/include/jquery.js"></script>
        <script src="/include/rrdimage.js"></script>
 
+       $extrahead
        <script type="text/javascript">
                function swapVisibility(id) {
                        \$('#' + id).toggle();