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.
21 lines
542 B
21 lines
542 B
[(#REM) |
|
page article |
|
|
|
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> |
|
<INCLURE{fond=inc/header, id_rubrique} /> |
|
<INCLURE{fond=inc/article, id_article} /> |
|
<INCLURE{fond=inc/footer} /> |
|
</body> |
|
</html></BOUCLE_art> |