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.
24 lines
586 B
24 lines
586 B
[(#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> |