File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/packages/builder/elements/popover_item/templates/template-content.php
Back
<?php // Title $title = $this->el($element['title_element'], [ 'class' => [ 'el-title', 'uk-{title_style}', 'uk-card-title {@!title_style}', 'uk-heading-{title_decoration}', 'uk-font-{title_font_family}', 'uk-text-{title_color} {@!title_color: background}', 'uk-link-{title_hover_style} {@title_link}', // Set here to style links which already come with dynamic content (WP taxonomy links) 'uk-margin[-{title_margin}]-top {@!title_margin: remove}', 'uk-margin-remove-top {@title_margin: remove}', 'uk-margin-remove-bottom', ], ]); // Meta $meta = $this->el($element['meta_element'], [ 'class' => [ 'el-meta', 'uk-{meta_style}', 'uk-text-{meta_color}', 'uk-margin[-{meta_margin}]-top {@!meta_margin: remove}', 'uk-margin-remove-bottom [uk-margin-{meta_margin: remove}-top]' => !in_array($element['meta_style'], ['', 'text-meta', 'text-lead', 'text-small', 'text-large']) || $element['meta_element'] != 'div', ], ]); // Content $content = $this->el('div', [ 'class' => [ 'el-content uk-panel', 'uk-{content_style}', 'uk-margin[-{content_margin}]-top {@!content_margin: remove}', 'uk-margin-remove-bottom [uk-margin-{content_margin: remove}-top]' => !in_array($element['content_style'], ['', 'text-meta', 'text-lead', 'text-small', 'text-large']), ], ]); // Link $link_container = $this->el('div', [ 'class' => [ 'uk-margin[-{link_margin}]-top {@!link_margin: remove}', ], ]); ?> <?php if ($props['meta'] != '' && $element['meta_align'] == 'above-title') : ?> <?= $meta($element, [], $props['meta']) ?> <?php endif ?> <?php if ($props['title'] != '') : ?> <?= $title($element) ?> <?php if ($element['title_color'] == 'background') : ?> <span class="uk-text-background"><?= $props['title'] ?></span> <?php elseif ($element['title_decoration'] == 'line') : ?> <span><?= $props['title'] ?></span> <?php else : ?> <?= $props['title'] ?> <?php endif ?> <?= $title->end() ?> <?php endif ?> <?php if ($props['meta'] != '' && $element['meta_align'] == 'below-title') : ?> <?= $meta($element, $props['meta']) ?> <?php endif ?> <?php if ($props['content'] != '') : ?> <?= $content($element, $props['content']) ?> <?php endif ?> <?php if ($props['meta'] != '' && $element['meta_align'] == 'below-content') : ?> <?= $meta($element, $props['meta']) ?> <?php endif ?> <?php if ($props['link'] && ($props['link_text'] || $element['link_text'])) : ?> <?= $link_container($element, $link($element, $props['link_text'] ?: $element['link_text'])) ?> <?php endif ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings