We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54df5e commit 956ab58Copy full SHA for 956ab58
view/ldc-user-profile/profile/index.phtml
@@ -14,7 +14,7 @@ $form->setAttribute('method', 'post');
14
<?php echo $this->form()->openTag($form) ?>
15
<dl class="zend_form">
16
<?php foreach ($form->getFieldsets() as $fieldset): ?>
17
- <?php echo $this->render('ldc-user-profile/profile/extension/' . $fieldset->getName(), array('fieldset' => $fieldset)); ?>
+ <?php echo $this->render('ldc-user-profile/profile/extension/' . $fieldset->getName(), array('fieldset' => $fieldset, 'options' => $options)); ?>
18
<?php endforeach ?>
19
20
<?php foreach ($form->getElements() as $element): ?>
0 commit comments