| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: features-form.tpl.php,v 1.1.2.3 2009/11/18 04:36:36 yhahn Exp $ 3 ?> 4 <div class='features-form clear-block'> 5 <?php if (count($packages) > 1): ?> 6 <div class='features-form-content'> 7 <?php foreach ($packages as $class => $package): ?> 8 <div class='features-form-package package-<?php print $class?>'><?php print drupal_render($package) ?></div> 9 <?php endforeach; ?> 10 <?php print drupal_render($form) ?> 11 </div> 12 <div class='features-form-links'><?php print theme('links', $package_links, array('id' => 'features-form-links')) ?></div> 13 <?php elseif (count($packages) == 1): ?> 14 <?php print drupal_render($packages) ?> 15 <?php print drupal_render($form) ?> 16 <?php else: ?> 17 <?php print t('No features; consider <a href="!url">adding one.</a>', array('!url' => url('admin/build/features/create'))); ?> 18 <?php endif; ?> 19 </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 |