Hello,
can anyone point me to the file that generates the breadcrumbs?
I want to customice the breadcrumbs a bit
Thanks!
breadcrumb file?
found it.
I was looking for a way to apply specific CSS style to breadcrumb links...
the file is include/inc_front/front.func.inc.php line 534
I was looking for a way to apply specific CSS style to breadcrumb links...
the file is include/inc_front/front.func.inc.php line 534
Code: Select all
$breadcrumb .= '">';
-
- Posts: 58
- Joined: Fri 15. Jul 2005, 11:04
hello
this could be done in the frontend.css
or if you warp the breadcrumb tag with an span tag
this olution was also postet more than one time in the forum 
this could be done in the frontend.css
or if you warp the breadcrumb tag with an span tag
Code: Select all
<SPAN .....>{BREADCRUMB</SPAN>
