File: D:/HostingSpaces/EvLuik/vanluiktegelwerken.nl/wwwroot/templates/hi-admin-template/template.htm
<!DOCTYPE HTML>
<?php
// if jQuery4CMSimple is installed, include its jQuery library
if (is_readable($pth['folder']['plugins'].'jquery/jquery.inc.php')) {
include_once $pth['folder']['plugins'].'jquery/jquery.inc.php';
include_jQuery();
include_jQueryUI();
}
// Plugin FA_XH
if (function_exists('fa_require')) {
fa_require();
} else {
die('Das Template "fhs-simple" benötigt das Fa_XH-Plugin.<br>Das Fa_XH-Plugin kann hier heruntergeladen werden: <a href="http://3-magi.net/de/?CMSimple_XH/Fa_XH" target="_blank">Download</a>');
}
?>
<html lang="<?php echo $sl;?>">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php echo head();?>
</head>
<body<?php echo onload();?>>
<div class="row-full-width" id="wrapper">
<div class="row content">
<div class="maincont"><?php echo content();?></div>
</div>
</div>
<div><a id="topLink" href="#"><i class="fa fa-chevron-up fa-3x"></i></a></div>
<script>
// scroll to top
jQuery(document).ready(function() {
var offset = 200; // start position
var duration = 600; // scroll speed
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('#topLink').fadeIn(duration);
} else {
jQuery('#topLink').fadeOut(duration);
}
});
jQuery('#topLink').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
<script type='text/javascript' src='<?php echo $pth['folder']['template']?>scripts/script.min.js'></script>
</body>
</html>