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

8 lines
91 B
PHP

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