Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display list image on teaser. Code style fixes. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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