name of module to redirect (not an url) */ function redirect($url) { header('Location: '.TPL_HOST.$url); exit(); }