Well this is the code to my menubar which I want to put wp elements in :
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Blog Statistics</tr></td>
<tr><td class="mtable2">
Coming soon..<BR>
Archives
</table>
<BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Listed At</tr></td>
<tr><td class="mtable2">
AcidGloss Glitter AllThingsSpiffy YetAnotherWebDirectory
</tr></td>
</table>
<BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Cliques</tr></td>
<tr><td class="mtable2">
<img src="https://killerqueen.org/images/sirius.gif" border=0><BR>
i am an elven faerie<BR>
</tr></td>
</table>
<BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Thank You</tr></td>
<tr><td class="mtable2">
For Advertising:<BR><BR>
MyVeracity.net<BR>
simply-because.org/Em
</tr></td>
</table>
<BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Rotations</tr></td>
<tr><td class="mtable2">
<!--Begin BubblesSWAP Code-->
<img src="https://banners.orbitcycle.com/banners/bubblessoc/Rainbow_Exchange/0000/a-8J899H.html" alt="BubblesSWAP" width="88" height="31" border="0" />
<img src="https://killerqueen.org/images/swap_pink.gif" border="0" alt="Join the BubblesSWAP" width="88" height="12" />
<!--End BubblesSWAP Code-->
</tr></td>
</table><BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Blending at</tr></td>
<tr><td class="mtable2">
EL-Blends<BR>
Perfect Blends<BR>
That Girl Blends<BR>
</tr></td>
</table>
<BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Reviewed at</tr></td>
<tr><td class="mtable2">
Perfection Reviews<BR>
</tr></td>
</table>
<BR>
<table width=100% cellspacing=1 style="border-collapse: collapse">
<tr><td class="mtable1">
Admin</tr></td>
<tr><td class="mtable2">
WordPress <BR>
Megabook <BR>
Flinx <BR>
Currently <BR>
</tr></td>
</table>
This code I have included in the header file with an incluide like this: <? include(“menu.php”); ?>
When I try to put this code: <?php
/* Don’t remove this line. */
require(‘../wordpress/wp-blog-header.php’);
?> on the top of the menu file I get this error : Fatal error: [] operator not supported for strings in /customers/killerqueen.org/killerqueen.org/httpd.www/wordpress/wp-blog-header.php on line 469 I don’t know what I’m doing wrong. someone help me!