Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 16:18 UTC
Updated:
26 May 2012 at 21:50 UTC
When I define a block to display my gallery, inside the block I can access $block->title which is set to "Photo Gallery" and displays fine (this is in block--media-gallery.tpl.php template file).
However, when the debugger enter into the node--media-gallery.tpl.php file to display the node which is inside the block, the $title variable is empty.
(I will test the dev version, actually I tested this on the beta3 and i saw there was some bugfixes by now).
Comments
Comment #1
sylvain lecoy commentedI found the title in $node->title. but $title is still empty i'm not sure this is a media gallery related bug, maybe Drupal itself.
Comment #2
lsolesen commentedPlease try beta 7 and reopen, if it is still an issue?