Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gdcondor

Archived
  • Posts

    1
  • Joined

  • Last visited

Everything posted by gdcondor

  1. Really nice contrib ! I don't know if someone pointed it but you should change this in sts_user_code.php : ------------ if ( (sizeof($category_tree_array) < 1) && ($exclude != '0') ) $category_tree_array[] = array('id' => '0', 'text' => "Catalog"); ----------- to ->> ----------- if ( (sizeof($category_tree_array) < 1) && ($exclude != '0') ) $category_tree_array[] = array('id' => '0', 'text' => HEADER_TITLE_CATALOG); ------------- otherwise it will always print "Catalog" in the drop-down box ($catmenu) without taking care of the language -- GdCondor
×
×
  • Create New...