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', 'Third Year Project');
?>

View File

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

View File

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

View File

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

View File

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

View File

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