How can I change image title to gallery title when showing image.

Comments

scroogie’s picture

gkazhus’s picture

It shows me only image title not gallery title on image page

scroogie’s picture

Ah, yes, sorry. You will need some snippet to load the gallery first. The $node object will have a property "gid", which you need to node_load():

  $gallery = node_load($node->gid);
  print $gallery->title;
dddave’s picture

Issue tags: +Needs documentation
zengenuity’s picture

Status: Active » Fixed

This looks like it should work.

Status: Fixed » Closed (fixed)
Issue tags: -Needs documentation

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