Solved
{ include file="location.tpl" last_location="Revelar On-Line"}
{capture name=dialog}
{fetch file="jsp/login.jsp"} -----> fetch is the command
{/capture}
{ include file="dialog.tpl" title="Revelado On-Line" content=$smarty.capture.dialog extra="width=100%"}
:P
|