[(#REM)
|
|
rubrique
|
|
|
|
|
|
param:
|
|
- id_rubrique
|
|
- env pagination, etc ....
|
|
|
|
]<BOUCLE_rub(RUBRIQUES){id_rubrique}><!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_RUBRIQUE|url_absolue)" />]
|
|
</head>
|
|
|
|
<body>
|
|
<INCLURE{fond=inc/header, id_rubrique} />
|
|
<INCLURE{fond=inc/rubrique, ajax, env} />
|
|
<INCLURE{fond=inc/footer} />
|
|
</body>
|
|
</html>
|
|
</BOUCLE_rub>
|