fixed build

This commit is contained in:
messju
2004-10-07 19:42:08 +00:00
parent 8c29cc08f0
commit 5a25bbb439
5 changed files with 33 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<title>Comentarios</title>
<para>
Los comentarios en los templates son cercados por asteriscos, y por
los delimitadores, as<61>:<br> {* este es un comentario *}.
los delimitadores, as<61>: {* este es un comentario *}.
Los comentarios en Smarty no son mostrados en la salida final del
template.
Estos son usados para hacer notas internas dentro del template.

View File

@@ -165,7 +165,7 @@ debug.tpl
</example>
<para>
Smarty utiliza una constante de PHP llamada <link
linkend="constant.smarty.dir">SMARTY_DIR</A> que es la ruta para
linkend="constant.smarty.dir">SMARTY_DIR</link> que es la ruta para
el directorio de la biblioteca de Smarty. Basicamente, si su
aplicaci<63>n puede encontrar el archivo <emphasis>Smarty.class.php
</emphasis>, usted no necesita definir SMARTY_DIR, Smarty lo

View File

@@ -0,0 +1,6 @@
<!-- $Revision$ -->
<!ENTITY SMARTYManual "Smarty Manual">
<!ENTITY SMARTYDesigners "Smarty For Template Designers">
<!ENTITY SMARTYProgrammers "Smarty For Programmers">
<!ENTITY Appendixes "Appendixes">

View File

@@ -0,0 +1,24 @@
<!-- $Revision$ -->
<!ENTITY note.parameter.merge '<note>
<title>Technical Note</title>
<para>
The <parameter>merge</parameter> parameter respects array keys, so if
you merge two numerically indexed arrays, they may overwrite each other
or result in non-sequential keys. This is unlike the array_merge() function
of PHP which wipes out numerical keys and renumbers them.
</para>
</note>'>
<!ENTITY parameter.compileid '<para>
As an optional third parameter, you can pass a <parameter>compile_id</parameter>.
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 $template_dir but only one $compile_dir. Set
a separate <parameter>compile_id</parameter> for each $template_dir, otherwise
templates of the same name will overwrite each other. You can
also set the <link
linkend="variable.compile.id">$compile_id</link> variable once
instead of passing this to each call to this function.
</para>'>

View File

@@ -46,7 +46,7 @@
<para>
El par<61>metro <parameter>&amp;$repeat</parameter> es pasado por
referencia para la funci&oacuten de implementaci<63>n y proporciona
referencia para la funci&oacute;n de implementaci<63>n y proporciona
la posibilidad de controlar cuantas veces ser<65> mostrado el bloque.
Por default <parameter>$repeat</parameter> es <literal>true</literal>
en la primera llamada de la block-function (etiqueta de apertura del