addfolder

This commit is contained in:
2018-04-23 21:14:46 +02:00
parent cec9a0314b
commit a7cb972085
192 changed files with 16037 additions and 24 deletions
@@ -0,0 +1,15 @@
{#
/**
* @file
* Default theme implementation for horizontal tabs.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The rendered children.
*
* @see template_preprocess_horizontal_tabs()
*
* @ingroup themeable
*/
#}
<div data-horizontal-tabs-panes{{ attributes }}>{{ children }}</div>