Example script to add within the </__body> of your admin template:
Code: Select all
<__script__>
<!--
if (top.location.href != self.location.href)
top.location.href = self.location.href;
//-->
</__script>
Code: Select all
<__script__>
<!--
if (top.location.href != self.location.href)
top.location.href = self.location.href;
//-->
</__script>