set_file(array( 'body'=>'interfaz1.php') ); $t->set_var(array( 'FORMACTION'=>$thisPage, 'USUARIO'=>$usuario_digitado) ); //hubo mensaje de error/info? $t->set_block('body','msg','m'); if($mensaje){ $t->set_var(array( 'MENSAJE'=>$mensaje) ); $t->parse('m','msg'); } $t->pparse('output','body'); //include('footer.php'); ?>