Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
objparam form_wrap_class ausgeben
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaddade committed Feb 4, 2015
1 parent 6862e5a commit d3ff6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/form.tpl.php
@@ -1,4 +1,4 @@
<div id="<?php echo $this->objparams['form_wrap_id'] ?>" class="xform">
<div id="<?php echo $this->objparams['form_wrap_id'] ?>" class="<?php echo $this->objparams['form_wrap_class'] ?>">
<?php if ($this->objparams['warning_messages'] || $this->objparams['unique_error']):
echo $this->parse('errors.tpl.php');
endif ?>
Expand Down

0 comments on commit d3ff6dc

Please sign in to comment.