materio-base-legacy/templates/materio-flag-mylists-block.tpl.php
bachy d77d7e5ef7 Flags :
- bookmarks OK
- flaglist DEV

Signed-off-by: bachy <git@g-u-i.net>
2012-10-30 18:11:20 +01:00

6 lines
270 B
PHP

<section class="mylists">
<?php foreach ($lists as $name => $list): ?>
<h2 class="listname"><?php print $list['list']->title; ?></h2>
<div class="flaged"> <?php print render(entity_view('node', $list['content'], $viewmode)); ?> </div>
<?php endforeach; ?>
</section>