mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Remove old layout
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php include 'layout/footer.php'; ?>
|
||||
</div>
|
||||
<!-- javascript at the bottom for fast page loading -->
|
||||
<script type="text/javascript" src="layout/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="layout/js/jquery.easing-sooper.js"></script>
|
||||
<script type="text/javascript" src="layout/js/jquery.sooperfish.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('ul.sf-menu').sooperfish();
|
||||
$('.top').click(function() {$('html, body').animate({scrollTop:0}, 'fast'); return false;});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user