Commit f6a05248 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

add col

See merge request manzarH/dic-global-dev!158
parents 63a641a2 390f2a6c
{#
/**
* @file
* Default theme implementation for an 'input' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
*
* @see template_preprocess_input()
*
* @ingroup themeable
*/
#}
<div class="col">
<input{{ attributes }} />{{ children }}
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment