Merge remote-tracking branch 'origin/4.4' into 4.4-4.5-2014-09-14-13-58-42
[civicrm-core.git] / templates / CRM / common / redirectJS.tpl
1 <html>
2 <head>
3 <script type="text/javascript">
4 window.location.href = "{$redirectURL}"
5 </script>
6 <title>{$title}</title>
7 </head>
8 <body>
9 <h2>{$title}</h2>
10 <p>{$message}</p>
11 </body>
12 </html>