materio-base-legacy/templates/materio-flag-mybookmarks-block.tpl.php
2013-12-05 15:35:14 +01:00

5 lines
148 B
PHP
Executable File

<section class="bookmarks">
<?php $entity_view = entity_view('node', $bookmarks, $viewmode); ?>
<?php print render($entity_view); ?>
</section>