Advertisement
Guest User

Infactor

a guest
Apr 6th, 2008
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. require ('libs/Smarty.class.php');
  2. $smarty = new Smarty;
  3.  
  4. $smarty->assign('text', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit.');
  5.  
  6. $smarty->display('index.tpl');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement