Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2012 17:12
Show Gist options
  • Save anonymous/2955348 to your computer and use it in GitHub Desktop.
Save anonymous/2955348 to your computer and use it in GitHub Desktop.
<?php $servicesarray = array(
"Food" => "knifeandfork.png",
"Alcohol" => "wineglass.png",
"Food & Alcohol" => "tray.png",
); ?>
<dt class="event-label event-label-updated"><?php _e('Services:', 'tribe-events-calendar') ?></dt>
<dd class="event-meta"><img src="<?php echo $servesarray[ tribe_get_custom_field('Services') ]; ?>" /></dd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment