materio-flag-mylists-nav-block.tpl.php 205 B

1234567
  1. <section class="mylists">
  2. <ul>
  3. <?php foreach ($flags as $name => $flag): ?>
  4. <li class="flaglist <?php print $flag->name; ?>"><?php print $flag->title; ?></li>
  5. <?php endforeach; ?>
  6. </ul>
  7. </section>