Skip to content

Conversation

mikl
Copy link
Member

@mikl mikl commented Oct 29, 2012

Due to not using the right variable to access the list image field, the list image was not displayed.

The meat of the change is this:

-<div class="picture"><?php print $list_image; ?></div>
+<div class="picture"><?php print $field_list_image[0]['view']; ?></div>

@cableman
Copy link
Member

cableman commented Jan 2, 2013

Reviewed and approved for 1.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants