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