mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-01-23 21:39:02 +01:00
Update global_footer.tpl to 2.2.6
This commit is contained in:
committed by
GitHub
parent
0b5983837c
commit
25caa06bca
@@ -1,13 +1,10 @@
|
||||
|
||||
<!--
|
||||
|
||||
Powered by AutoIndex PHP Script (version {info:version})
|
||||
Copyright (C) 2002-2007 Justin Hagstrom, 2019-2023 Florin Ciprian Bodin
|
||||
http://autoindex.sourceforge.net
|
||||
|
||||
Page generated in {info:page_time} milliseconds.
|
||||
|
||||
-->
|
||||
|
||||
<script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{config:assets_path}/javascript/jquery.min.js?assets_version=75">\x3C/script>');</script>
|
||||
<script type="text/javascript" src="{config:assets_path}/javascript/core.js?assets_version=75"></script>
|
||||
<script type="text/javascript" src="{config:template}/jquery.cookie.js"></script>
|
||||
@@ -42,6 +39,7 @@ Page generated in {info:page_time} milliseconds.
|
||||
</script>
|
||||
|
||||
<script src="{config:assets_path}/cookieconsent/cookieconsent.min.js?assets_version=75"></script>
|
||||
<span class="metadata" id="metadata-message" title="{words:cookie consent msg}"></span>
|
||||
<script>
|
||||
if (typeof window.cookieconsent === "object")
|
||||
{
|
||||
@@ -58,10 +56,10 @@ Page generated in {info:page_time} milliseconds.
|
||||
},
|
||||
"theme": "classic",
|
||||
"content": {
|
||||
"message": "{lang:cookie consent msg}",
|
||||
"dismiss": "{lang:cookie consent OK}",
|
||||
"link": "{lang:cookie consent info}",
|
||||
"href": "{lang:privacy}"
|
||||
"message": "{info:message}",
|
||||
"dismiss": "{info:dismiss}",
|
||||
"link": "{info:link}",
|
||||
"href": "{info:href}"
|
||||
}
|
||||
});
|
||||
});
|
||||
@@ -74,6 +72,7 @@ Page generated in {info:page_time} milliseconds.
|
||||
<script language="javascript" type="text/javascript" src="{config:template}forum_fn.js?assets_version=75"></script>
|
||||
<script language="javascript" type="text/javascript" src="{config:template}collapsiblecategories.js?assets_version=75"></script>
|
||||
|
||||
<script type="text/javascript">document.write('{info:statinfo}');</script>
|
||||
|
||||
<script>$('.tables1 br').remove();</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user