View Single Post
Old 01-16-2008, 10:22 PM   #8 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default

PHP Code:
require_once (SMARTY_DIR."Smarty.class.php");
  
   
$smarty = new Smarty;
   
$smarty->compile_dir"$fixpath/libs/compile";
   
$smarty->template_dir"$fixpath/template/gray";
  
  
?> 
bcz im learning about smarty
__________________
Send a message via MSN to webtuto Send a message via Yahoo to webtuto Send a message via Skype™ to webtuto
webtuto is offline  
Reply With Quote