Add link to project name

This commit is contained in:
Paul Gear
2013-10-29 08:40:20 +10:00
parent e4dd93baed
commit e9005d6ba8

View File

@@ -9,7 +9,7 @@
}
else
{
echo('<h2>'.$config['project_name'].'</h2>');
echo('<a href=""><h2>'.$config['project_name'].'</h2></a>');
}
?>
</div>