- bookmarks OK
- flaglist DEV

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-30 18:11:20 +01:00
parent 8e956c857b
commit d77d7e5ef7
8 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<section class="mybookmarks">
<?php print render(entity_view('node', $bookmarks, $viewmode)); ?>
</section>

View File

@@ -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>