So it wasnt that hard.. add this for the beginning:

Code:
<?php
require 'include/config.php';
require 'include/language/' . LANG . '/lang_add_favour.php';

$smarty->display('header.tpl');
?>
and for the end:
Code:
<?php
$smarty->display('footer.tpl');