<?php echo '<?php'?>

require_once('c:\web sites\massassi.net\variables.php');

<?php foreach($sets as $key => $value): ?>
    $tpl->set('<?=$key;?>', stripslashes('<?=addslashes($value);?>'));
<? endforeach; ?>

    $tpl->set('section_name', '<?=$sets['title'];?>');

echo $tpl->fetch('index.tpl.php');

<?php echo '?>'?>