php:
<?php /** * @version $Id: footer.php,v 1.4 2005/01/06 01:13:29 eddieajau Exp $ * @package Mambo * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** ensure this file is being included by a parent file */ ?> <div align="center"> <table cellpadding="0" cellspacing="0" class="moduletable" id="table1" width="458"> <tr> <th valign="top" background="subhead_bg.png" width="458" height="20"> <div align="center"><b>© Copyright 2005 By _MaStErCoBrA_ All Rights Reserved.</b></div> </th> </tr> </table> </div> <p align="center">Mambo is Free Software released under the GNU/GPL License.</p>
thx.