Breadcrumb Troubles! Breadcrumb Troubles!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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