forked from Git/bludit-theme-aerial
Update source code
This commit is contained in:
parent
1e509eed73
commit
6c6e77ed3d
53
index.php
53
index.php
@ -1,40 +1,6 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!--
|
|
||||||
Aerial by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
-->
|
|
||||||
<html lang="<?php echo Theme::lang() ?>">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
||||||
|
|
||||||
<!-- meta description -->
|
|
||||||
<?php echo Theme::metaTagDescription(); ?>
|
|
||||||
|
|
||||||
<!-- Dynamic title tag -->
|
|
||||||
<?php echo Theme::metaTagTitle(); ?>
|
|
||||||
|
|
||||||
<!-- Include the CSS Files -->
|
|
||||||
<?php echo Theme::css('assets/css/main.css') ?>
|
|
||||||
|
|
||||||
<!-- Load Bludit Plugins: Site head -->
|
|
||||||
<?php Theme::plugins('siteHead'); ?>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
|
|
||||||
<body class="is-preload">
|
|
||||||
|
|
||||||
<!-- Load Bludit Plugins: Site Body Begin -->
|
|
||||||
<?php Theme::plugins('siteBodyBegin'); ?>
|
|
||||||
|
|
||||||
<div id="wrapper">
|
|
||||||
<div id="bg"></div>
|
|
||||||
<div id="overlay"></div>
|
|
||||||
<div id="main">
|
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
|
<?php include(THEME_DIR_PHP.'header.php'); ?>
|
||||||
|
|
||||||
<header id="header">
|
<header id="header">
|
||||||
|
|
||||||
<?php foreach($content as $page): ?>
|
<?php foreach($content as $page): ?>
|
||||||
@ -54,17 +20,4 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="footer">
|
<?php include(THEME_DIR_PHP.'footer.php'); ?>
|
||||||
<?php echo $site->footer(); ?><a href="http://html5up.net">HTML5 UP</a>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script>
|
|
||||||
window.onload = function() { document.body.classList.remove('is-preload'); }
|
|
||||||
window.ontouchmove = function() { return false; }
|
|
||||||
window.onorientationchange = function() { document.body.scrollTop = 0; }
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1 +1,14 @@
|
|||||||
|
<footer id="footer">
|
||||||
|
<?php echo $site->footer(); ?><a href="http://html5up.net"> HTML5 UP</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.onload = function() { document.body.classList.remove('is-preload'); }
|
||||||
|
window.ontouchmove = function() { return false; }
|
||||||
|
window.onorientationchange = function() { document.body.scrollTop = 0; }
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -1 +1,35 @@
|
|||||||
|
<!DOCTYPE HTML>
|
||||||
|
<!--
|
||||||
|
Aerial by HTML5 UP
|
||||||
|
html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
-->
|
||||||
|
<html lang="<?php echo Theme::lang() ?>">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
|
||||||
|
<!-- meta description -->
|
||||||
|
<?php echo Theme::metaTagDescription(); ?>
|
||||||
|
|
||||||
|
<!-- Dynamic title tag -->
|
||||||
|
<?php echo Theme::metaTagTitle(); ?>
|
||||||
|
|
||||||
|
<!-- Include the CSS Files -->
|
||||||
|
<?php echo Theme::css('assets/css/main.css') ?>
|
||||||
|
|
||||||
|
<!-- Load Bludit Plugins: Site head -->
|
||||||
|
<?php Theme::plugins('siteHead'); ?>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body class="is-preload">
|
||||||
|
|
||||||
|
<!-- Load Bludit Plugins: Site Body Begin -->
|
||||||
|
<?php Theme::plugins('siteBodyBegin'); ?>
|
||||||
|
|
||||||
|
<div id="wrapper">
|
||||||
|
<div id="bg"></div>
|
||||||
|
<div id="overlay"></div>
|
||||||
|
<div id="main">
|
||||||
|
Loading…
Reference in New Issue
Block a user