24 lines
428 B
PHP
Executable File
24 lines
428 B
PHP
Executable File
<section id="body">
|
|
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
|
|
|
<section id="leftColumn">
|
|
<h1>Mad Splash Blog</h1>
|
|
|
|
<ul class="articleList">
|
|
<?php
|
|
$display->Articles(30);
|
|
?>
|
|
</ul>
|
|
</section>
|
|
|
|
<section id="rightColumn2">
|
|
<section>
|
|
<h1>Featured</h1>
|
|
<?php
|
|
$display->sideFeatured("Article");
|
|
?>
|
|
</section>
|
|
</section>
|
|
|
|
<div class="clear"> </div>
|
|
</section>
|