CRM-14486 add empowered by CiviCRM as public footer
[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>
11 {$message}
12 </p>
13 </body>
14 </html>