17 lines
264 B
PHP
17 lines
264 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>
|
|
</ul>
|
|
</p>
|