B0s(0 Posted February 18, 2004 Posted February 18, 2004 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....
Guest Posted February 18, 2004 Posted February 18, 2004 In catalog/includes/application_top.php look for: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); and comment it out The_Bear
B0s(0 Posted February 18, 2004 Author Posted February 18, 2004 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 ??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.