7
templates/materio-flag-mylists-nav-block.tpl.php
Normal file
7
templates/materio-flag-mylists-nav-block.tpl.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<section class="mylists">
|
||||
<ul>
|
||||
<?php foreach ($flags as $name => $flag): ?>
|
||||
<li class="flaglist <?php print $flag->name; ?>"><?php print $flag->title; ?></li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</section>
|
Reference in New Issue
Block a user