mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
sync with en
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
|
<!-- EN-Revision: 1.4 Maintainer: andreas Status: ready -->
|
||||||
<chapter id="api.variables">
|
<chapter id="api.variables">
|
||||||
<title>Variablen</title>
|
<title>Smarty Klassenvariablen (Objekteigenschaften)</title>
|
||||||
|
|
||||||
&programmers.api-variables.variable-template-dir;
|
&programmers.api-variables.variable-template-dir;
|
||||||
&programmers.api-variables.variable-compile-dir;
|
&programmers.api-variables.variable-compile-dir;
|
||||||
&programmers.api-variables.variable-config-dir;
|
&programmers.api-variables.variable-config-dir;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.2 Maintainer: andreas Status: ready -->
|
<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
|
||||||
<sect1 id="plugins.block.functions"><title>Block-Funktionen</title>
|
<sect1 id="plugins.block.functions"><title>Block-Funktionen</title>
|
||||||
<funcsynopsis>
|
<funcsynopsis>
|
||||||
<funcprototype>
|
<funcprototype>
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
<paramdef>array <parameter>$params</parameter></paramdef>
|
<paramdef>array <parameter>$params</parameter></paramdef>
|
||||||
<paramdef>mixed <parameter>$content</parameter></paramdef>
|
<paramdef>mixed <parameter>$content</parameter></paramdef>
|
||||||
<paramdef>object <parameter>&$smarty</parameter></paramdef>
|
<paramdef>object <parameter>&$smarty</parameter></paramdef>
|
||||||
|
<paramdef>boolean <parameter>&$repeat</parameter></paramdef>
|
||||||
</funcprototype>
|
</funcprototype>
|
||||||
</funcsynopsis>
|
</funcsynopsis>
|
||||||
<para>
|
<para>
|
||||||
@@ -74,7 +75,7 @@
|
|||||||
* Purpose: translate a block of text
|
* Purpose: translate a block of text
|
||||||
* -------------------------------------------------------------
|
* -------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
function smarty_block_translate($params, $content, &$smarty)
|
function smarty_block_translate($params, $content, &$smarty, &$repeat)
|
||||||
{
|
{
|
||||||
if (isset($content)) {
|
if (isset($content)) {
|
||||||
$lang = $params['lang'];
|
$lang = $params['lang'];
|
||||||
|
Reference in New Issue
Block a user