echo
I will look at the pm you sent me tomorrow when I get off work. Until then, I might be able to help you with what I think you are trying to do. There may be a better way of doing it and I will look into that later, for now this might help.
In smarty you can force the script to recompile a single html file each time it's called.
Code:
<?php
// clear a specific compiled template
$smarty->clear_compiled_tpl("index.html");
?>
Regards
Wayne
For questions related to any mods I developed, please contact me by pm or email at webmaster [at] scriptdragon [dot] com