Removed .htaccess (sites upgrading past this revision will need to backup and restore their customised .htaccess files)
17 lines
382 B
PHP
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>
|