diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-07-09 22:18:55 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-09 22:18:55 -0700 |
| commit | 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 (patch) | |
| tree | 96922ad4459eda1e649327fd391d60c58d454c53 /rt/share/html/m/_elements/header | |
| parent | 4f5619288413a185e9933088d9dd8c5afbc55dfa (diff) | |
RT 4.2.11, ticket#13852
Diffstat (limited to 'rt/share/html/m/_elements/header')
| -rw-r--r-- | rt/share/html/m/_elements/header | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/share/html/m/_elements/header b/rt/share/html/m/_elements/header index a9fda941c..f602e8333 100644 --- a/rt/share/html/m/_elements/header +++ b/rt/share/html/m/_elements/header @@ -55,12 +55,12 @@ $r->headers_out->{'Cache-control'} = 'no-cache'; </%init> <html> <head> -<& /Elements/Framekiller &> -<link rel="stylesheet" type="text/css" href="<%RT->Config->Get('WebPath')|n%>/m/style.css"/> +<link rel="stylesheet" type="text/css" href="<%RT->Config->Get('WebPath')%>/static/css/mobile.css"/> <title><%$title%></title> -% my ($jquery) = grep { /^jquery-\d+\./ } RT->Config->Get('JSFiles'); -<script src="<% RT->Config->Get('WebPath') %>/NoAuth/js/<% $jquery %>"></script> +% my ($jquery) = grep { /^jquery-\d+\./ } RT::Interface::Web->JSFiles; +<script src="<% RT->Config->Get('WebPath') %>/static/js/<% $jquery %>"></script> <meta name="viewport" content="width=device-width height=device-height user-scalable=yes"/> +<& /Elements/Framekiller &> </head> <body> % if ($show_home_button) { |
