Merge branch 'develop'

This commit is contained in:
2012-10-20 15:59:36 +01:00
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');
?>