Commit d20a658a by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

remove file

See merge request manzarH/dic-global-dev!159
parents f6a05248 ed982bd7
{#
/**
* @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