From 26d51166b9c8b0b1c60894640653be0243d0ce6f Mon Sep 17 00:00:00 2001 From: messju Date: Fri, 10 Jun 2005 07:16:47 +0000 Subject: [PATCH] correct markup for $compile_id parameter of display()/fetch() and for $compile_id variable --- docs/en/language-snippets.ent | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/en/language-snippets.ent b/docs/en/language-snippets.ent index cf9a95d7..e6361176 100644 --- a/docs/en/language-snippets.ent +++ b/docs/en/language-snippets.ent @@ -13,18 +13,16 @@ As an optional third parameter, you can pass a -$compile_id. + $compile_id. This is in the event that you want to compile different versions of the same template, such as having separate templates compiled for different languages. Another use for - $compile_id is when you - use more than one + $compile_id is when you use more than one $template_dir - but only one - $compile_dir. + but only one $compile_dir. Set a separate $compile_id for each $template_dir, otherwise templates of the same name will overwrite each other. You can - also set the $compile_id variable once - instead of passing this to each call to this function. + also set the $compile_id + variable once instead of passing this to each call to this function. '>