Merge pull request #2714 from jitendrapurohit/CRMTestFix
[civicrm-core.git] / templates / CRM / common / redirectJS.tpl
CommitLineData
6a488035
TO
1<html>
2<head>
3<script type="text/javascript">
f4af7a1e 4 window.location.href = "{$redirectURL}"
6a488035
TO
5</script>
6<title>{$title}</title>
7</head>
8<body>
9<h2>{$title}</h2>
10<p>
11{$message}
12</p>
13</body>
f4af7a1e 14</html>