This commit is contained in:
andrei
2002-04-30 13:57:14 +00:00
parent 8e3e2e0027
commit 180f8f3d8d
5 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1941,7 +1941,7 @@ function smarty_modifier_truncate($string, $length = 80, $etc = '...',
* Purpose: translate a block of text
* -------------------------------------------------------------
*/
function smarty_block_eightball($params, $content, &$smarty)
function smarty_block_translate($params, $content, &$smarty)
{
if ($content) {
$lang = $params['lang'];