Re: Error in Coding | |
no it should be $this->
On line 201-202 there is this code
$info_box_contents[] = array('text' => $this-
>SideinfoBoxContents($contents));
delete the return so it looks like this
$info_box_contents[] = array('text' => $this->SideinfoBoxContents($contents));
see if that fixes it
__________________ Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |