View Single Post
  #2  
Old 03-10-2008, 12:23 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: php scripts, java script and smarty

Sure it's easy.
Pass in the "TPL" data for the out, and he shows them.

PHP code:
PHP Code:
$test "la-la-la";
$smarty->assign("test"$test); 


TPL code (with Javascript):
PHP Code:
{$test}

<
script>alert("{$test}")</script
Reply With Quote