9
templates/materio-flag-mylists-list.tpl.php
Normal file
9
templates/materio-flag-mylists-list.tpl.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php //dsm($variables, '$variables'); ?>
|
||||
<div class="materio-flags-list <?php print ' view-mode-' . $variables['view_mode'];?>" fid="<?php print $variables['fid']; ?>">
|
||||
<div class="flaglist-items">
|
||||
<p class="flaglist-infos"><?php print $list_count; ?></p>
|
||||
<?php print render(entity_view('node', $items, $variables['view_mode'])); ?>
|
||||
</div>
|
||||
<?php print $pager; ?>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user