Fix title swaps for project and cv pages

This commit is contained in:
2012-06-28 08:48:06 +01:00
parent 9c7cd18ef9
commit 8c908ddb2e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
$smarty = Homepage_Main::instance()->smarty();
$smarty->assign('title', 'Projects');
$smarty->assign('title', 'CV');
?>

View File

@@ -2,6 +2,6 @@
$smarty = Homepage_Main::instance()->smarty();
$smarty->assign('title', 'CV');
$smarty->assign('title', 'Projects');
?>