Advanced search  

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

Pages: [1]   Go Down

Author Topic: Typo in functions.inc.php - line 1578 function fails  (Read 3765 times)

0 Members and 1 Guest are viewing this topic.

gram

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Typo in functions.inc.php - line 1578 function fails
« on: July 30, 2005, 01:46:06 am »

in function breadcrumb in the functions.inc.php file (line 1508 in my copy), there is a test for a template function on line 1576:

Code: [Select]
     // we check if the theme_breadcrumb exists...
        if (function_exists('theme_breadcrumb'))
        {
            theme_breadcrumb($breadcrumb_list, $BREADCRUMB_TEXTS, $breadcrumb, $BREADCRUMB_TEXT);
            return;
        }

This function neither creates nor has access to a variable called $breadcrumb_list.  I changed this variable to $breadcrumb_links which IS a part of this function.

Code: [Select]
           theme_breadcrumb($breadcrumb_links, $BREADCRUMB_TEXTS, $breadcrumb, $BREADCRUMB_TEXT);
It works great, and I was able to modify the breadcrumb as I needed to from the theme.php file.  You can see the modified breadcrumb in this modified version of the waterdrop theme:

http://roadstarclinic.com/galleries/index.php?cat=1

GRAM
« Last Edit: July 30, 2005, 05:23:16 am by donnoman »
Logged

donnoman

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1615
  • From donovanbray.com
    • Donovan Bray
Re: Typo in functions.inc.php - line 1578 function fails
« Reply #1 on: July 30, 2005, 05:22:16 am »

Thanks for locating that and providing the fix.

I've double checked and he's absolutely correct.

I've commited the fix as suggested.

functions.inc.php
new revision: 1.190
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 18 queries.