Files
2020-09-23 15:50:29 +02:00

6 lines
145 B
PHP

<a href="<?php print $node_url ?>"><?php print $title ?></a>
<?php if (!empty($content)): ?>
<?php print render($content) ?>
<?php endif; ?>