CRM-13863 - Add livePage to contact case tab
[civicrm-core.git] / templates / CRM / common / redirectJS.tpl
CommitLineData
6a488035
TO
1<html>
2<head>
3<script type="text/javascript">
4 window.location = "{$redirectURL}"
5</script>
6<title>{$title}</title>
7</head>
8<body>
9<h2>{$title}</h2>
10<p>
11{$message}
12</p>
13</body>
14</html>