web: Changed footer message and moved js loading to the bottom of the HTML page.
This commit is contained in:
parent
b6e98cd734
commit
d4862a7798
|
@ -5,7 +5,6 @@
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||||
<?php print $head ?>
|
<?php print $head ?>
|
||||||
<?php print $styles ?>
|
<?php print $styles ?>
|
||||||
<?php print $scripts ?>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body <?php print theme("onload_attribute"); ?>>
|
<body <?php print theme("onload_attribute"); ?>>
|
||||||
|
@ -34,8 +33,9 @@
|
||||||
<?php if ($messages != ""): ?><div id="message"><?php print $messages ?></div><?php endif; ?>
|
<?php if ($messages != ""): ?><div id="message"><?php print $messages ?></div><?php endif; ?>
|
||||||
<!-- start main content --><?php print($content) ?><!-- end main content -->
|
<!-- start main content --><?php print($content) ?><!-- end main content -->
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"><?php print $footer_message;?><p>Flukso - community metering. Flukso is a project of the <a href="http://www.jokamajo.org">Jokamajo Institute</a>.</p></div>
|
<div id="footer"><?php print $footer_message;?><p>Flukso - community metering. Flukso is a spin-off of the <a href="http://www.jokamajo.org">Jokamajo Institute</a>.</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php print $scripts ?>
|
||||||
<?php print $closure;?>
|
<?php print $closure;?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue