 <div id="footer">
          <span class="f-left">Copyright &copy;
<?php 
ini_set('date.timezone', 'Africa/Nigeria');
$startYear = 2010;
@$thisYear = date('Y');
if ($startYear == $thisYear) 
{
echo $startYear;
}
else 
{
echo "{$startYear}-{$thisYear}";
}
?>. All rigth reserved</span> <span class="f-right">Design: Chikwado Agwuncha 

<?php
if ($title == "Logout" or $title == "Sessionend" or $title == "Unauthorized" ) { 
echo "";
}
else {  ?>
| <a href="<?php echo $logoutAction ?>">Logout</a></span>
<?php } ?>
        </div>