<tr>
<td>
<table class="nb">
<tr>
<td class="bold">
<?php if (!empty($APP->copyright)) {
$currYear = date('Y');
echo $APP->name . ' Content ©';
echo $currYear == $APP->year ? ' ' . $APP->year : ' ' . $APP->year . ' - ' . $currYear;
echo ' ' . $APP->copyright;
} ?>
</td>
</tr>
<tr>
<td class="bold"><a href="./">Home</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>