I added a new side box and all went will -follow the oscdox guide and not problem until I wanted to add another page
and I get
here is my canopy_info.php --Line in blue it the one I added..Code:Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/httpd/vhosts/nwcanopies.com/httpdocs/catalog/includes/boxes/canopy_info.php on line 26
I cut and pasted and just changed the word tarp.
IF I take this line out it works fine.. I don't understand why I can't add a new line
I have all the correct files loaded.. I went over all of them from the tutorial that i mention above.
any and all help will be nice. also I use the information box to create this box.
Naomi
<!-- canopy_info //-->
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_CANOPY_INFO);
new infoBoxHeading($info_box_contents, false, false);
$info_box_contents = array();
$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_ABOUT_OURS) . '">' . BOX_CANOPY_INFO_ABOUT_OURS . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_ACCESSORIES) . '">' . BOX_CANOPY_INFO_ACCESSORIES . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_TARPS) . '">' . BOX_CANOPY_INFO_TARPS . '</a><br>'
'<a href="' . tep_href_link(FILENAME_CUSTOM_CANOPIES) . '">' . BOX_CANOPY_INFO_CUSTOM_CANOPIES . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_ESTIMATES) . '">' . BOX_CANOPY_INFO_ESTIMATES . '</a>');
new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- canopy_info_eof //-->





LinkBack URL
About LinkBacks










Bookmarks