00001 <?php 00010 ?> 00011 <div <?= $_template_attributes['div'] ?>> 00012 <?= $first->get($theme); ?><?php if(count($actions) > 0): ?><a href="#" class="dropdown"><span class="arrow icon-circle-arrow-down"></span></a> 00013 <ul <?= $_template_attributes['ul'] ?> > 00014 <?php foreach($actions as $action): ?> 00015 <li><?= $action->get($theme); ?></li> 00016 <?php endforeach; ?> 00017 </ul> 00018 <?php endif; ?> 00019 </div>