2010-06-25, 08:07:19
(This post was last modified: 2010-06-25, 08:08:18 by kuba.sanitrak.)
Maybe you could just use CustomFields instead of the content area, and use something like this at the top of your template.
Code:
<?php
$tplRedirect = returnCustomField('redirect');
if ($tplRedirect != '') { header("Location: " . $tplRedirect); }
?>