This repository has been archived on 2023-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ae75/www/template/actu-load-titre.html
2020-11-02 15:46:52 +01:00

51 lines
1.0 KiB
HTML

<TEST_ex1 variable="#ENV{id}" test="nonvide">
#SET{actu,#ENV{id}}
</TEST_ex1>
<//TEST_ex1>
<header class="pane-header__content post-title" >
<THELIA_C type="DOSSIER" id="#GET{actu}">
<h5 class="post-header__date">#CHAPO</h5>
<h3 class="post-header__title">#TITRE</h3>
<h5 class="post-header__intro">#POSTSCRIPTUM</h5>
<THELIA_IMAGE type="IMAGE" num="1" dossier="#ID" largeur="400">
<div class="post-hero-img">
<img src="#IMAGE" />
</div>
</THELIA_IMAGE>
</THELIA_C>
</header>