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>
|
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<?php
|
||||
$time = microtime();
|
||||
$time = explode(' ', $time);
|
||||
$time = $time[1] + $time[0];
|
||||
$start = $time;
|
||||
include 'layout/head.php'; ?>
|
||||
<body<?php if (isset($page_filename) && strlen($page_filename) > 0) echo " class='page_{$page_filename}'"; ?>>
|
||||
<div id="main">
|
||||
<?php include 'layout/header.php'; ?>
|
||||
<div id="site_content">
|
||||
<?php include 'layout/aside.php'; ?>
|
||||
<div class="content">
|
Reference in New Issue
Block a user