00001 <?php 00010 ?> 00011 <?php print $wrapper_prefix; ?> 00012 <?php if (!empty($title)) : ?> 00013 <h3><?php print $title; ?></h3> 00014 <?php endif; ?> 00015 <?php print $list_type_prefix; ?> 00016 <?php foreach ($rows as $id => $row): ?> 00017 <li class="<?php print $classes_array[$id]; ?>"><?php print $row; ?></li> 00018 <?php endforeach; ?> 00019 <?php print $list_type_suffix; ?> 00020 <?php print $wrapper_suffix; ?>