diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/head.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index ab229eaf7..7984723b3 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable={{$user_scalable}}" /> +<noscript><meta http-equiv="refresh" content="0; url=nojs.php&redir={{$query}}"></noscript> {{$metas}} <!--[if IE]> <script src="{{$baseurl}}/library/html5.js"></script> |