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