Breadcrumb Troubles! Breadcrumb Troubles!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Breadcrumb Troubles!

Started by lancefiasco, April 03, 2004, 04:50:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lancefiasco

How can I fix the theme of my breadcrumb without affecting the other elements that use that same table start function?

Casper

open your theme.php, and find;
// HTML template for the breadcrumb
$template_breadcrumb = <<<EOT


Now you will see the html table cell for the breadcrumb, which is currently 'class="tableh1"'.  You can change this cell to have whatever properties you want.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

lancefiasco

Quote from: "casper"open your theme.php, and find;
// HTML template for the breadcrumb
$template_breadcrumb = <<<EOT


Now you will see the html table cell for the breadcrumb, which is currently 'class="tableh1"'.  You can change this cell to have whatever properties you want.

Yes, I know, but that will alter the other tables as well.  I have decided to do something different anyway, which will be less trouble.

Casper

It should only change other tables if you changed the style.css.  Changing just that cell, in theme.php, from class h1 , and giving it it's own colour, text size/colour etc would only change the breadcrumb cell, nothing else.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here