From 029c99280dc318cbb58c5ae94743878b37af4866 Mon Sep 17 00:00:00 2001 From: didou Date: Thu, 28 Oct 2004 14:58:37 +0000 Subject: [PATCH] fix build for now --- .../language-variables-smarty.xml | 76 +++++++++++-------- 1 file changed, 45 insertions(+), 31 deletions(-) diff --git a/docs/fr/designers/language-variables/language-variables-smarty.xml b/docs/fr/designers/language-variables/language-variables-smarty.xml index dd6fadd3..04ca2fb9 100644 --- a/docs/fr/designers/language-variables/language-variables-smarty.xml +++ b/docs/fr/designers/language-variables/language-variables-smarty.xml @@ -106,35 +106,49 @@ La variable {$smarty} peut être utilisée pour accéder aux propriétés des boucles 'section' et 'foreach'. Voir la documentation de section et - foreach. - - + foreach. + + - - {$smarty.template} - - Cette variable contient le nom du template en cours de traitement. - - - - - + + {$smarty.template} + + Cette variable contient le nom du template en cours de traitement. + + + + {$smarty.ldelim} + + This variable is used for printing the left-delimiter value + literally. See also {ldelim},{rdelim}. + + + + {$smarty.rdelim} + + This variable is used for printing the right-delimiter value literally. + See also {rdelim},{rdelim}. + + + +