6 lines
145 B
PHP
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; ?>
|