Initial commit
This commit is contained in:
66
cache/prod/smarty/compile/bd5abb5137e72d123a729a3e13d870e8ecebfeca.file.carousel.html.php
vendored
Normal file
66
cache/prod/smarty/compile/bd5abb5137e72d123a729a3e13d870e8ecebfeca.file.carousel.html.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php /* Smarty version Smarty-3.1.20, created on 2021-03-23 12:37:10
|
||||
compiled from "/Volumes/Dev/Sources/Clients/apartmoment/site_web/templates/frontOffice/am/modules/Carousel/carousel.html" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:269258686059d2e64775f0-78460258%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_valid = $_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'bd5abb5137e72d123a729a3e13d870e8ecebfeca' =>
|
||||
array (
|
||||
0 => '/Volumes/Dev/Sources/Clients/apartmoment/site_web/templates/frontOffice/am/modules/Carousel/carousel.html',
|
||||
1 => 1613761751,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '269258686059d2e64775f0-78460258',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'variables' =>
|
||||
array (
|
||||
'LOOP_COUNT' => 0,
|
||||
'URL' => 0,
|
||||
'IMAGE_URL' => 0,
|
||||
'ALT' => 0,
|
||||
'TITLE' => 0,
|
||||
'DESCRIPTION' => 0,
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
'version' => 'Smarty-3.1.20',
|
||||
'unifunc' => 'content_6059d2e64b23d8_84718879',
|
||||
),false); /*/%%SmartyHeaderCode%%*/?>
|
||||
<?php if ($_valid && !is_callable('content_6059d2e64b23d8_84718879')) {function content_6059d2e64b23d8_84718879($_smarty_tpl) {?>
|
||||
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifloop', array('rel'=>"carousel.front")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"carousel.front"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
|
||||
|
||||
<section class="carousel-container">
|
||||
<div id="carousel" class="carousel slide" data-ride="carousel">
|
||||
<div class="carousel-wrapper">
|
||||
<div class="carousel-inner">
|
||||
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"carousel",'name'=>"carousel.front",'resize_mode'=>"borders")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"carousel",'name'=>"carousel.front",'resize_mode'=>"borders"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
|
||||
|
||||
<figure class="item <?php if ($_smarty_tpl->tpl_vars['LOOP_COUNT']->value==1) {?>active<?php }?>">
|
||||
<?php if ($_smarty_tpl->tpl_vars['URL']->value) {?><a href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['URL']->value)===null||$tmp==='' ? '#' : $tmp),$_smarty_tpl);?>
|
||||
"><?php }?>
|
||||
<img width="100%" src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['IMAGE_URL']->value,$_smarty_tpl);?>
|
||||
" alt="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ALT']->value,$_smarty_tpl);?>
|
||||
" height="300">
|
||||
<?php if ($_smarty_tpl->tpl_vars['URL']->value) {?></a><?php }?>
|
||||
|
||||
<div class="carousel-caption">
|
||||
<?php if ($_smarty_tpl->tpl_vars['TITLE']->value) {?><h3><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
|
||||
</h3><?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['DESCRIPTION']->value) {?><?php echo $_smarty_tpl->tpl_vars['DESCRIPTION']->value;?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</figure>
|
||||
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"carousel",'name'=>"carousel.front",'resize_mode'=>"borders"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="left carousel-control" href="#carousel" data-slide="prev"><span class="fa fa-arrow-circle-o-left"></span></a>
|
||||
<a class="right carousel-control" href="#carousel" data-slide="next"><span class="fa fa-arrow-circle-o-right"></span></a>
|
||||
</div>
|
||||
</section><!-- #carousel -->
|
||||
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"carousel.front"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
|
||||
|
||||
|
||||
<?php }} ?>
|
||||
Reference in New Issue
Block a user