breadcrumb file?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

breadcrumb file?

Post by d-lexy »

Hello,
can anyone point me to the file that generates the breadcrumbs?
I want to customice the breadcrumbs a bit

Thanks!
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

Post by d-lexy »

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

Code: Select all

$breadcrumb .= '">';
FeldeMathi
Posts: 58
Joined: Fri 15. Jul 2005, 11:04

Post by FeldeMathi »

how did you change the link color for the breadcrumb menu ??
Pappnase

Post by Pappnase »

hello

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>
this olution was also postet more than one time in the forum :wink:
Post Reply