mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-02-19 01:16:46 +01:00
Update global_footer.tpl
This commit is contained in:
committed by
GitHub
parent
13824bb225
commit
6cc51842fa
@@ -1,37 +1,69 @@
|
||||
|
||||
/* We request that you do not remove the following copyright notice. */
|
||||
<!--
|
||||
|
||||
Powered by AutoIndex PHP Script (version {info:version})
|
||||
Copyright (C) 2002-2007 Justin Hagstrom
|
||||
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>
|
||||
<script type="text/javascript" src="{config:template}/sidebar.js"></script>
|
||||
<script type="text/javascript" src="{config:template}/jquery.collapse.js"></script>
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
var phpbb_seo = {
|
||||
delim_start:'-',
|
||||
static_pagination:'page',
|
||||
ext_pagination:'.html',
|
||||
external:'1',
|
||||
external_sub:'',
|
||||
ext_classes:'',
|
||||
hashfix:'',
|
||||
phpEx:'php'
|
||||
};
|
||||
var phpbb = {
|
||||
delim_start:'-',
|
||||
static_pagination:'page',
|
||||
ext_pagination:'.html',
|
||||
external:'1',
|
||||
external_sub:'',
|
||||
ext_classes:'',
|
||||
hashfix:'',
|
||||
phpEx:'php'
|
||||
};
|
||||
// ]]>
|
||||
$(".forumlist").collapse({show: function(){
|
||||
this.animate({
|
||||
opacity: 'toggle',
|
||||
height: 'toggle'
|
||||
}, 300);
|
||||
},
|
||||
hide : function() {
|
||||
|
||||
this.animate({
|
||||
opacity: 'toggle',
|
||||
height: 'toggle'
|
||||
}, 300);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
(function($){
|
||||
var $fa_cdn = $('head').find('link[rel="stylesheet"]').first(),
|
||||
$span = $('<span class="fa" style="display:none"></span>').appendTo('body');
|
||||
if ($span.css('fontFamily') !== 'FontAwesome' ) {
|
||||
$fa_cdn.after('<link href="{config:assets_path}/css/font-awesome.min.css" rel="stylesheet">');
|
||||
$fa_cdn.remove();
|
||||
}
|
||||
$span.remove();
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="{config:assets_path}/cookieconsent/cookieconsent.min.js?assets_version=75"></script>
|
||||
<script>
|
||||
if (typeof window.cookieconsent === "object") {
|
||||
window.addEventListener("load", function() {
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#0F538A"
|
||||
},
|
||||
"button": {
|
||||
"background": "#E5E5E5"
|
||||
}
|
||||
},
|
||||
"theme": "classic",
|
||||
"content": {
|
||||
"message": "{lang:cookie consent msg}",
|
||||
"dismiss": "{lang:cookie consent OK}",
|
||||
"link": "{lang:cookie consent info}",
|
||||
"href": "{lang:privacy}"
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<script language="javascript" type="text/javascript" src="{config:template}jquery.min.js?assets_version=75"></script>
|
||||
@@ -43,4 +75,4 @@ var phpbb = {
|
||||
|
||||
<script>$('.tables1 br').remove();</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user