Closed (outdated)
Project:
Media Gallery
Version:
7.x-1.0-beta7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2012 at 19:13 UTC
Updated:
17 Sep 2018 at 12:39 UTC
Jump to comment: Most recent
Comments
Comment #1
Thundermoth commentedI want to isolate the single block thumbnail image ($media_gallery_item used in media_gallery_media_item_thumbnail.tpl.php) and insert it directly into a new node template (node--media-gallery.tpl.php)so that I can float the image in the body field (and preserve the lightbox trigger).
Is template_preprocess the correct preprocessor to use? If so, since my template name is node--media-gallery.tpl.php, would my function be template_preprocess_node__media_gallery(&$variables)?
Comment #2
ivnish