modules/custom/eml_harvest_list/templates/eml_hl.tpl.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @file
 * Default template to use when an entity is rendered using the 'eml_hl' view mode.
 *
 * This file can be overridden by creating a new template file in your theme
 * named eml-hl--ENTITY-TYPE--SUB-TYPE.tpl.php.
 */
?>
<?php print render($content); ?>