Passing smarty Variables in a include ( with Codeigniter )?

Well, this part is incorrect: $datos = array ( 'texto' => 'String de prueba', 'elapsed_time',1500, 'TituloPagina','Inicio', 'Modulo','Dashboard' ); Should be: $datos = array ( 'texto' => 'String de prueba', 'elapsed_time' => 1500, 'TituloPagina' => 'Inicio', 'Modulo' => 'Dashboard' ).

Thanks. It's hard to admit but this is a very rookie mistake. I had my eyes above the smarty code and I never think the error was in the php code.

Thanks, it's working now – josecortesp Aug 26 '10 at 15:43 You're welcome... these kind of things are easily overlooked. – Mischa Aug 26 '10 at 15:52.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send