MS-Tropical/Resources/Templates/articles/featured.php
Skylear 7d1d7ff996 Upload the site
All the files associated with the old website :D
2018-03-21 11:13:03 -05:00

18 lines
332 B
PHP
Executable File

<?php
$template = <<<TMP
<div class="featured">
<div class="miniCover">
<img class="miniCover" src="{{{c}}}.png" />
</div>
<a href="http://localhost:8888/blog/blog.php?do=read&article={{{id}}}" style="font-weight: bold; font-size: 18px">
{{{t}}}
</a>
<br />
<div class="clear"> </div>
</div>
TMP;
?>