Formatting {BreadCrumb}

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
eglwolf
Posts: 70
Joined: Mon 12. Apr 2004, 01:23

Formatting {BreadCrumb}

Post by eglwolf »

Where can I format the style of the breadcrumb menu? I was able to find where I can replace the > with an image. But I want to add a css tag to the links and text layout.
Pappnase

Re: Formatting {BreadCrumb}

Post by Pappnase »

:oops: :oops: :oops:
was an wrong answer so i delete it
:oops: :oops: :oops:
Last edited by Pappnase on Wed 2. Jun 2004, 08:30, edited 1 time in total.
rk
Posts: 162
Joined: Sat 24. Apr 2004, 23:48
Location: Hannover, Germany
Contact:

Re: Formatting {BreadCrumb}

Post by rk »

Code: Select all

// breadcrumb
$template_default["breadcrumb_spacer"]		= " <span class=\"breadcrumb_spacer\">></span> ";
that's for the spacer, made a class/id like this

<div id="breadcrumb">{BREADCRUMB}</div>

and insert the class/id in your frontend.css.
Ralf
Post Reply