Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse Error


trisha33

Recommended Posts

Hi,

I am getting the following error:

Parse error: parse error, unexpected ';', expecting ')' in /home/mylittle/public_html/includes/classes/boxes.php on line 159

 

 

while i am editing the boxs.php file to change the corner graphics..

 

Could you tell me how to fix this? thanks

 

Trisha

Link to comment
Share on other sites

Look on or around line 159 for a missing ) ??

 

Bobby

HI,

This is what I have:

 

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif');

array('params' => 'height="14" class="infoBoxHeading" width="100%"',

'text' => $contents[0]['text']),

array('params' => 'height="14" class="infoBoxHeading"',

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif');

 

$this->tableBox($info_box_contents, true);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...