You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
578 B
20 lines
578 B
2 years ago
|
[(#REM)
|
||
|
page article - aoto
|
||
|
|
||
|
param:
|
||
|
- id_article
|
||
|
]<BOUCLE_art(ARTICLES){id_article}><!DOCTYPE html>
|
||
|
<html lang="#LANG">
|
||
|
<head>
|
||
|
<INCLURE{fond=inc/head}>
|
||
|
<title>[(#TITRE|couper{50,' \[...\]'}|textebrut)] - [(#NOM_SITE_SPIP|textebrut)]</title>
|
||
|
[<meta name="description" content="(#INTRODUCTION{130}|attribut_html)" />]
|
||
|
[<link rel="canonical" href="(#URL_ARTICLE|url_absolue)" />]
|
||
|
</head>
|
||
|
|
||
|
<body class="page page-article">
|
||
|
<INCLURE{fond=inc/header, id_rubrique, id_article}>
|
||
|
<INCLURE{fond=inc/article, id_article}>
|
||
|
<INCLURE{fond=inc/footer}>
|
||
|
</body>
|
||
|
</html></BOUCLE_art>
|