Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help navigation bar (top)


B0s(0

Recommended Posts

Posted

Hi

 

i need help in manipulating the header navigation i fount it in includes/header.php

 

and i found the code wich draw the path where i am now:

 

  <?php echo $breadcrumb->trail(' » '); ?>

 

but i didn't want TOp to be shown or to link to some other place instead of the index page of the my domain but i couldn't find the file in wich

$breadcrumb

is or how i could mnipulate it....

 

 

thx for help....

Posted

In catalog/includes/application_top.php look for:

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

and comment it out

 

The_Bear

Posted

thx a lot work fine but i wonder why in header.php isn't any include or something like that to include application_top

 

PS: i am a C++ coder so don't wonder over include but processing a variable without including the file where it is ??

Archived

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

×
×
  • Create New...