Improve titles on all pages
This commit is contained in:
7
source/webui/pages/cv.php
Normal file
7
source/webui/pages/cv.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'Projects');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects.php
Normal file
7
source/webui/pages/projects.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'CV');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects/3yp.php
Normal file
7
source/webui/pages/projects/3yp.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'Third Year Project');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects/ripping-cluster.php
Normal file
7
source/webui/pages/projects/ripping-cluster.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'RippingCluster');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects/sabayon-crepo.php
Normal file
7
source/webui/pages/projects/sabayon-crepo.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'Entropy Repositories');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects/scgen.php
Normal file
7
source/webui/pages/projects/scgen.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'SCGen');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects/sihnon-framework.php
Normal file
7
source/webui/pages/projects/sihnon-framework.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'Sihnon Framework');
|
||||
|
||||
?>
|
||||
7
source/webui/pages/projects/status-board.php
Normal file
7
source/webui/pages/projects/status-board.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$smarty = Homepage_Main::instance()->smarty();
|
||||
|
||||
$smarty->assign('title', 'Status Board');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user