• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List

system/controls/templates/control.dropbutton.php

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>

Generated on Sun Aug 4 2013 12:51:43 for Habari by  doxygen 1.7.1