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-69.tpl.php

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