Flags :
- bookmarks OK - flaglist DEV Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
<section class="mybookmarks">
|
||||
<?php print render(entity_view('node', $bookmarks, $viewmode)); ?>
|
||||
</section>
|
||||
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user