New Revision: 8825 (SPIP svn)
introduction of the notation <INCLURE{fond=truc}{env}> : the included
template (here, truc.html) has all the environment values of the main
template
This also works with #INCLURE.
If some variables are precised, they are are taken in account, even if
the context already defines it
For example :
<INCLURE{fond=gribouille/rubrique}{env}{lang=en}>
will include gribouille/rubrique and pass it the {id_rubrique} and
{debut_pages} of the context context (so, of the l'URL). But the
english language is choosen even if the url contains a un ?lang=fr.