modules/custom/eml/templates/eml--site-details--site-details.tpl.php

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @file
 *
 * Site Details template.
 * Template does not have a surrounding XML element.
 */
<?php print (render($content['field_label']) . ' : '); ?>
<?php print render($content['field_description']); ?>