AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/
Upload File :
Current File : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/webform-form-45.tpl.php

<?php $form['actions']['submit']['#attributes']['class'][] = 'button medium gray' ;?>
<div class="row">
 	<?php print drupal_render($form['submitted']['name']); ?>
</div>
<div class="row">
 	<?php print drupal_render($form['submitted']['email']); ?>
</div>
<div class="row">
 	<?php print drupal_render($form['submitted']['message']); ?>
</div>
<div class="row">
	<div class="col-md-12 ">
 	<?php print drupal_render($form['actions']); ?>
 	</div>
</div>
<?php print drupal_render_children($form); ?>