coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: lancefiasco on April 03, 2004, 04:50:38 PM

Title: Breadcrumb Troubles!
Post by: lancefiasco on April 03, 2004, 04:50:38 PM
How can I fix the theme of my breadcrumb without affecting the other elements that use that same table start function?
Title: Breadcrumb Troubles!
Post by: Casper on April 03, 2004, 05:18:54 PM
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.
Title: Breadcrumb Troubles!
Post by: lancefiasco on April 03, 2004, 06:12:16 PM
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.
Title: Breadcrumb Troubles!
Post by: Casper on April 03, 2004, 06:59:49 PM
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.
Title: Breadcrumb Troubles!
Post by: lancefiasco on April 17, 2004, 04:39:08 PM
I decided it wasn't worth the trouble, so I just let it be.