Hello all.
I used smarty on my local machine and it was ok. i installed it on Linux and Windows but can't do it here.
is this code ok?
<?
require('smarty/libs/Smarty.class.php');
$smarty = new Smarty();
$smarty->template_dir = '\public_html\smarty\mine\templates';
$smarty->compile_dir =...