Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php if(isset($node->field_image_undernav) && count($node->field_image_undernav) > 0):?>
  2. <?php $imagePath = file_create_url($node->field_image_undernav['und'][0]['uri']); ?>
  3. <img class="img-responsive" id="img-top" src="<?php print $imagePath;?>"/>
  4. <?php endif; ?>
  5.  
  6. {# Top Image #}
  7. {% if machine_name_of_field %}
  8. {% block machine_name_of_field %}
  9. {{ machine_name_of_field }}
  10. {% endblock %}
  11. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement