Improve titles on all pages

This commit is contained in:
2012-04-11 19:31:20 +01:00
parent eaef20d327
commit 3cabe9c9ee
10 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<?php
$smarty = Homepage_Main::instance()->smarty();
$smarty->assign('title', 'CV');
?>