Files
homepage/page-sources/projects.php
Ben Roberts 43843869f4 Added 3yp and qmc pages.
Removed .htaccess (sites upgrading past this revision will need to backup and restore their customised .htaccess files)
2008-04-28 20:42:58 +00:00

17 lines
382 B
PHP

<?php
/*
*
*
*/
$_template['title'] = "Projects";
?>
<p>
Some of the projects I have worked on:
<ul>
<li><a href="<?php echo $_req->construct("page", "3yp"); ?>" title="Third Year Project">Third Year Project</a></li>
<li><a href="<?php echo $_req->construct("page", "qmc"); ?>" title="Qt Media Centre">Qt Media Centre</a></li><b></b>
</ul>
</p>