Return to Snippet

Revision: 58627
at July 26, 2012 03:16 by thomasjwilliam


Initial Code
<?php print render($content['fieldname']); ?>

<?php print render($content['comments']); ?>


<?php if (!empty($content['fieldname'])): ?>
    <?php print render($content['fieldname']);  ?>
<?php endif; ?>

Initial URL


Initial Description


Initial Title
Render content field (render value with markup)

Initial Tags
php

Initial Language
PHP