{literal}
{/literal}
{assign var="one" value=$_config.premier_element}
{assign var="two" value=$_config.deuxieme_element}
{assign var="three" value=$_config.troisieme_element}
{assign var="four" value=$_config.quatrieme_element}
{if $_config.marquee_template == 'haut'}
{foreach from=$_vars.items item=item key=k}
{assign var="image" value=$_module.ressources|cat:$item.image.image}
{capture name="photo"}
{if $_config.alltick_link_enabled == 'true'}
{else}
{/if}
{if empty($item.image.image)}
{else}
{/if}
{/capture}
{capture name="titre"}
{$item.titre}
{/capture}
{capture name="desc_courte"}
{$item.desc_mini}
{/capture}
{capture name="desc_longue"}
{$item.desc_full}
{/capture}
{capture name="date"}
{$_Extra->env->dates->convertDate($_config.date_style, $item.date)}{if $_config.heur_show=='true'}{$_Extra->env->dates->convertDate('hour', $item.date)}{/if}
{/capture}
{capture name="seemore"}
{if $_config.alltick_link_enabled == 'true'}
{$_config.seemore_link}
{/if}
{/capture}
{if $_config.image_position != 'inline'}
{if $_config.image_position == 'left'}
{$smarty.capture.photo} |
{/if}
{/if}
{$smarty.capture.$one}
|
{if $_config.image_position == 'right'}
{$smarty.capture.photo}
|
{/if}
{$smarty.capture.$two}
|
{$smarty.capture.$three}
|
{$smarty.capture.$four}
|
{if $_config.image_position != 'inline'}
|
{if $_config.image_position == 'right'}
{$smarty.capture.photo} |
{/if}
{/if}
{/foreach}
{if $_config.marquee_template == 'bas'}