MS-Tropical/app/templates/home.php

33 lines
646 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
<h1>Latest socials</h1>
<div id="tweets">
<a class="Twitter" style="background-color: #666; margin-right: 4px; float: left;">&nbsp;</a>
2024-06-29 08:06:29 -05:00
<div id="tweet" style="float: right;">
2024-06-29 08:06:29 -05:00
</div>
2024-06-29 08:06:29 -05:00
<div class="clear"> </div>
</div>
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>