You are here

ife-form-element.tpl.php in Inline Form Errors 6.2

Same filename and directory in other branches
  1. 6 ife-form-element.tpl.php

File

ife-form-element.tpl.php
View source

<?php

print $field;
?>

<?php

if ($error_message) {
  ?>
  <div class="messages error inline"><?php

  print $error_message;
  ?></div>
<?php

}