Sindbad~EG File Manager
<?php
/**
* Flatbase by NiceThemes.
*
* The default template for this theme's footer.
*
* Contains footer content and the closing of the #container and #wrapper div elements.
*
* @package Flatbase
* @author NiceThemes <hello@nicethemes.com>
* @license GPL-2.0+
* @link http://nicethemes.com/theme/flatbase
* @copyright 2017 NiceThemes
* @since 1.0.0
*/
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}
?>
<?php if ( ! is_page_template( 'template-home.php' ) ) : ?>
<!-- END #container -->
</div>
<?php endif; ?>
<?php
/**
* @hook nice_footer
*
* The HTML fot the site's footer is processed here. Hook in to add
* or remove elements.
*
* @since 2.0
*
* Hooked here:
* @see nice_footer() - 10 (Prints out the general footer)
*/
do_action( 'nice_footer' );
?>
</div><!-- END #wrapper -->
<?php
/**
* @hook nice_after_wrapper
*
* Hook here to display elements after the `#wrapper` element.
*
* @since 1.0.0
*/
do_action( 'nice_after_wrapper' );
?>
<?php wp_footer(); ?>
<script>
jQuery(document).ready(function(){
jQuery(window).scroll(function() {
var o = jQuery(window).scrollTop();
var top_height = 1;
//var top_height = jQuery("#top .col-full").height() - 80;
o >= top_height && (jQuery("#top").addClass("fixed"), jQuery("body").addClass("toppad")), top_height >= o && (jQuery("#top").removeClass("fixed"), jQuery("body").removeClass("toppad"))
});
});
</script>
<script>
jQuery(document).ready(function(){
jQuery("#footer .widgettitle").on("click", function () {
jQuery(this).closest(".columns-5").toggleClass("active");
//$(".footer_part2").toggleClass("active");
});
});
</script>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists