File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/packages/builder/elements/row/templates/template.php
Back
<?php $el = $this->el(!$props['width'] && $props['html_element'] ? $props['html_element'] : 'div', $attrs); $el->attr([ 'class' => [ 'uk-grid', 'tm-grid-expand {!alignment}', 'uk-flex-center {@alignment:center}', $props['column_gap'] == $props['row_gap'] ? 'uk-grid-{column_gap}' : '[uk-grid-column-{column_gap}] [uk-grid-row-{row_gap}]', 'uk-grid-divider {@divider} {@!column_gap:collapse} {@!row_gap:collapse}' => count($children) > 1, 'uk-child-width-1-1 {@!layout}', 'uk-flex-top {@parallax}', ], 'uk-grid' => $props['parallax'] ? [ 'parallax: 0;', 'parallax-justify: true;', 'parallax-start: {parallax_start};', 'parallax-end: {parallax_end};', ] : count($children) > 1, ]); // Margin $margin = $this->el($props['html_element'] ?: 'div', [ 'class' => [ 'uk-grid-margin[-{row_gap}] {@!margin} {@row_gap: |small|medium|large}', 'uk-margin {@margin: default}', 'uk-margin-{!margin: |default}', 'uk-margin-remove-top {@margin_remove_top}{@!margin: remove-vertical}', 'uk-margin-remove-bottom {@margin_remove_bottom}{@!margin: remove-vertical}', 'uk-container {@width}', 'uk-container-{width}{@width: xsmall|small|large|xlarge|expand}', 'uk-padding-remove-horizontal' => ($props['padding_remove_horizontal'] && $props['width'] && $props['width'] != 'expand') || $props['parent'] == 'layout', 'uk-container-expand-{width_expand} {@width} {@!width:expand}', ], ]); echo $props['width'] ? $margin($props, $el($props, $builder->render($children))) : $el($props, $margin->attrs, $builder->render($children));
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings