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

11 lines
199 B
PHP
Executable File

<?php
$template = <<<TMP
<a class="projectThumb" href="projects.php?a={{{ns}}}">
<img src="{{{img}}}" alt="{{{t}}}" title="{{{t}}}" />
<div class="headline">
{{{t}}}
</div>
</a>
TMP;
?>