Ver Mensaje Individual
  #14 (permalink)  
Antiguo 05/01/2013, 04:22
Avatar de syntex
syntex
 
Fecha de Ingreso: noviembre-2002
Ubicación: Cataluña
Mensajes: 978
Antigüedad: 21 años, 5 meses
Puntos: 4
Respuesta: clase prefabricada para smarty

Ahora me marca otro tipo de error:

<?
require_once RUTA_lib_smarty.'Smarty.class.php';
$smarty = new Smarty;

function do_translation($params, $content, &$smarty, &$repeat)
{
if($params["lang"] == "translate")
{
require_once RUTA_lib.'Translate.php';
// frease Regístrate a pasar
$translate = new valor_translate($params['lang']);

}

// retornar la variable $translate al valor Regístrate
return $translate;
}

$smarty->registerPlugin("function", "translate", "do_translation");
?>

Código HTML:
{translate lang="translate"}Regístrate{/translate}
ERROR:

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template &quot;C:\xampp\htdocs\Comercios_electronicos_1\mer ca\templates\cabecera_registrate.html&quot; on line 6 &quot;&quot; unknown tag &quot;translate&quot;' in C:\xampp\htdocs\Comercios_electronicos_1\merca\app \lib\smarty\libs\sysplugins\smarty_internal_templa tecompilerbase.php:657 Stack trace: #0 C:\xampp\htdocs\Comercios_electronicos_1\merc\app\ lib\smarty\libs\sysplugins\smarty_internal_templat ecompilerbase.php(443): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "tr...', 6) #1 C:\xampp\htdocs\Comercios_electronicos_1\merca\app \lib\smarty\libs\sysplugins\smarty_internal_templa teparser.php(2388): Smarty_Internal_TemplateCompilerBase->compileTag('translate', Array) #2 C:\xampp\htdocs\Comercios_electronicos_1\merca\app \lib\smarty\libs\sysplugins\smarty_internal_templa teparser.php(3101): Smarty_Internal_Templateparser->yy_r36() #3 C:\xampp\htdocs\Comercios_electronicos_1\merc in C:\xampp\htdocs\Comercios_electronicos_1\merca\app \lib\smarty\libs\sysplugins\smarty_internal_templa tecompilerbase.php on line 657
__________________
------------------------------------------------
La paciencia es el rey de la ciencia
------------------------------------------------