View Single Post
  #5  
Old 06-19-2003, 06:56 AM
 
maki maki is offline
 

Advanced Member
  
Join Date: May 2003
Location: Spain
Posts: 46
 

Default 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
Reply With Quote