Files
homepage/source/webui/pages/cv.php

8 lines
97 B
PHP

<?php
$smarty = Homepage_Main::instance()->smarty();
$smarty->assign('title', 'Projects');
?>