Anyone help with this

Fatal error: Can't redeclare already declared function in header.php3 on
line 233
The troubl is that there is no line 233 so it must be looking at another
page?


header.php3

****************************************************
<?
/* Theme Creator for PHP-Nuke v0.1
 * Ricard Pillosu <[EMAIL PROTECTED]>
 * Grupo Aguila http://www.aguila.f2s.com
 */
?>

<html>
<head>
<title><?php include("config.php3"); echo $sitename; if($titletag) echo"
- $titletag"; ?></title>
<style rel=stylesheet type=text/css>
 A:link { font-weight: bold; }
 A:visited { font-weight: bold; }
</style>
</head>
<body bgcolor="#778899" text="#222222" link="#000000" vlink="#000000"
topmargin=5 leftmargin=0 rightmargin=0 marginheight=5>

<table border=0 cellpadding=4 cellspacing=0 width=100% align=center>
<tr><td bgcolor=778899>
<table border="0" cellspacing="0" cellpadding="1" width="100%"
bgcolor="#000000">
<tr><td>
<table border="0" cellspacing="0" cellpadding="3" width="100%"
bgcolor="333333">
<tr><td>
<a href="/"><img src="themes/Default/deflogo.gif" alt="<?php echo
"".translate("Welcome to").""; ?> <?php echo $sitename ?>" border=0></a>

</td><td align=right>
<form action="search.php3" method=post><font face=Arial,Helvetica size=2
color="ffffff">
<?php echo "".translate("Search").""; ?>
<input type=name name=query>
</form></tr>
<tr bgcolor="666666"><td colspan=2 bgcolor="666666">
<font face=Arial,Helvetica size=3 color=CCCCCC><?php echo "$titlebar"
?></td>
</td></tr></table>
</td></tr></table>
</td></tr><tr><td valign=top width=100% bgcolor=778899>
<table border=0 cellspacing=0 cellpadding=2 width=100%>
<tr><td valign=top width=150 bgcolor=778899>

<?php
include("themes/proves/boxes.php3");
// Show Left Blocks

main_box();
login_box();
admin_box();
left_boxes();
events_box();
?>

<img src=images/pix.gif border=0 width=150 height=1>
</td><td width=100% valign=top>
**************************************************************

any helpthanks in advance
kenny


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to