Fix title swaps for project and cv pages
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'Projects');
|
||||
$smarty->assign('title', 'CV');
|
||||
|
||||
?>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'CV');
|
||||
$smarty->assign('title', 'Projects');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user