| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: features-admin-components.tpl.php,v 1.1.2.3 2010/06/30 22:57:47 yhahn Exp $ 3 ?> 4 <div class='clear-block features-components'> 5 <div class='column'> 6 <div class='info'> 7 <h3><?php print $name ?></h3> 8 <div class='description'><?php print $description ?></div> 9 <?php print $dependencies ?> 10 </div> 11 </div> 12 <div class='column'> 13 <div class='components'> 14 <?php print $components ?> 15 <?php if (!empty($key)): ?> 16 <div class='clear-block features-key'><?php print theme('links', $key) ?></div> 17 <?php endif; ?> 18 <?php if (!empty($buttons)): ?> 19 <div class='buttons clear-block'><?php print $buttons ?></div> 20 <?php endif; ?> 21 </div> 22 </div> 23 <?php print $form ?> 24 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |