After inserting an image_cycle generated slideshow into a block in my page sidebar, the page header is modified. Both the Page Title area within the page and the Title that appears in the Window Top-bar display the name of the image gallery. This is true of all pages currently displaying the cycle block content. Development page can be viewed at http://www.ovworship.com/drupal
Thanks for you help.

Comments

boombatower’s picture

Assigned: Unassigned » boombatower

Remove line 159 of image_cycle.module:

drupal_set_title($term->name);

I forgot about this issue, as there isn't a clear way to determine when the cycle is being displayed on its own page or embedded. Suppose I could just check the URL.

boombatower’s picture

Title: Cycle info appearing in page header » Only set page title on image_cycle/% pages
Status: Active » Needs review
StatusFileSize
new1.33 KB

This looks like the cleanest way.

boombatower’s picture

Status: Needs review » Fixed
StatusFileSize
new1.82 KB

Committed.

Note you will need to clear menu cache (easiest to just view admin/build/modules).

Attached is 5.x patch.

sto8oby’s picture

Thanks,

Patch worked perfectly...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.