<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include("userheader.htm", array());
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<META HTTP-EQUIV="refresh" CONTENT="<?php echo $this->_tpl_vars['refreshrate']; ?>
;url='<?php echo $this->_tpl_vars['fullurl']; ?> 
'">
Görebildiğiniz üzere bu headerda değişken ile tanımlanan vakit sonra yine değişken ile üretilen linke redirect olacak. Ama ben bu redirect'in frame içinde olmasını istiyorum. META'nın sağına soluna iframe yerleştirdim olmadı.