MS-Tropical/app/templates/home.php

22 lines
408 B
PHP
Executable File

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