imran Posted February 18, 2004 Posted February 18, 2004 I tried everything but still this thing just doesn't go....can any bady help me..? Parse error: parse error, unexpected '=', expecting ')' in /home/virtual/site73/fst/var/www/html/catalog/CSRX/includes/boxes/catalog.php on line 34 $heading[] = array('text' => BOX_HEADING_CATALOG, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog')); if ($selected_box == 'catalog') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . '<a href="' . tep_href_link('easypopulate.php', '', 'NONSSL') . '" class="menuBoxContentLink"> Easy Populate </a><br>'. '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class=" menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' . href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>'); }
bloodshoteyes Posted February 18, 2004 Posted February 18, 2004 Why is there a right ) at the end of the very last line?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.