MS-Tropical/blog/Pieces/Blog/read.htm
Skylear 7d1d7ff996 Upload the site
All the files associated with the old website :D
2018-03-21 11:13:03 -05:00

29 lines
499 B
HTML
Executable File

<section id="body">
<div style="width: 100%; margin-bottom: 4px; height: 1px;">&nbsp;</div>
<section id="leftColumn">
<h1>Mad Splash Blog</h1>
<?php
if(!empty($_GET['article'])) {
$id = $_GET['article'];
} else {
$id = 1;
}
$display->articleForReading($id);
?>
</section>
<section id="rightColumn2">
<section>
<h1>Featured</h1>
<?php
$display->sideFeatured("Article");
?>
</section>
</section>
<div class="clear"> </div>
</section>