Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

   Displayed before Submenus


Guest

Recommended Posts

Thanks,

 

I've edited that file a bunch of times, but it seems each time I click on the menu it adds to the following line:

 

function tep_show_category($counter) {

global $tree, $categories_string, $cPath_array;

 

for ($i=0; $i<$tree[$counter]['level']; $i++) {

$categories_string .= "&amp;nbsp";

}

 

Every time I go to edit the file there's another &amp; added to the file. How can I stop this? It works fine if I just put   in there, but then something writes back to this file again.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...