MS-Tropical/app/templates/home.php

22 lines
408 B
PHP
Raw Normal View History

<section id="body">
<div style="width: 100%; margin-bottom: 4px; height: 1px;">&nbsp;</div>
2024-06-29 08:06:29 -05:00
<section id="leftColumn">
<h1>Latest Updates</h1>
2024-06-29 08:06:29 -05:00
<div>
<?php
2024-06-29 08:06:29 -05:00
//$display->frontPageArticles();
?>
</div>
2024-06-29 08:06:29 -05:00
<a class="more" href="blog/blog.php" style="margin: 8px 0px 0px 8px;">Read more news &raquo;</a>
</section>
2024-06-29 08:06:29 -05:00
<section id="rightColumn">
2024-06-29 08:06:29 -05:00
</section>
2024-06-29 08:06:29 -05:00
<div class="clear"> </div>
2024-06-29 08:06:29 -05:00
</section>