Return to Snippet

Revision: 59879
at October 6, 2012 05:44 by mktimes5


Initial Code
<?php foreach ($items as $delta => $item) : ?>
<?php print render($item); ?>
<?php endforeach; ?>

Initial URL


Initial Description
for true plain text output of a field in drupal 7

Initial Title
Plain field text for field.tpl

Initial Tags
drupal

Initial Language
PHP