Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/08/2007, 10:01
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Variables smarty y variables php

y porque no lo haces asi:
Código PHP:
$titulo_index "Bienvenido a la web"//variable para php

$plantilla->assign('titulo_index',$titulo_index); //variable para smarty 
Saludos.