Make sure u add

$smarty = new Smarty;

at the top to parse your variables

Code:
<?php
require 'include/config.php';
require 'include/language/' . LANG . '/lang_add_favour.php';
$smarty = new Smarty;





$smarty->display('header.tpl');
$smarty->display('footer.tpl');
?>