[ZP 1.4.4] printAlbumBreadcrumb tooltip

Hi all,

I have a question about the tooltip on the printAlbumBreadcrumb.
On my image page I have the following code

`

" title="<?php echo gettext('Return to index'); ?>">Index | <?php printParentBreadcrumb("", " | "); printAlbumBreadcrumb("", " | "); ?>
<?php printImageTitle(true); ?>

`
On the template-function.php I see on row 1094 the tooltip text for the printalbumbreadcrumb function.

How can I have a tooltip on the printalbumbreadcrumb function?

TIA

Comments

  • acrylian Administrator, Developer
    The easiest is to make your own custom function to use and place that in your theme's functions.php.
  • Hi acrylian,

    Thnx for your reply, is there a howto for making a own custom function?

    TIA
  • acrylian Administrator, Developer
    Take the function, move it to your theme's function.php or a custom plugin, rename and modify as you need it and use it instead the standard standard one.
  • Hi acrylian,

    Toke the function and created a functions.php. Renamed the function slightly and modified to my needs.

    All working oke now.

    Thnx
Sign In or Register to comment.