diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-11-06 17:16:50 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-11-06 17:16:50 +0000 |
commit | c0a606650cd9f9b4477e94794363e2c77c290253 (patch) | |
tree | fe8c73ce77b4366711feac702cfdeb3d0851e13a /root/template/html | |
parent | 2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43 (diff) | |
download | identity-c0a606650cd9f9b4477e94794363e2c77c290253.tar identity-c0a606650cd9f9b4477e94794363e2c77c290253.tar.gz identity-c0a606650cd9f9b4477e94794363e2c77c290253.tar.bz2 identity-c0a606650cd9f9b4477e94794363e2c77c290253.tar.xz identity-c0a606650cd9f9b4477e94794363e2c77c290253.zip |
force static serving what is under root/static?
Diffstat (limited to 'root/template/html')
-rw-r--r-- | root/template/html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/root/template/html b/root/template/html index 6364743..abac43a 100644 --- a/root/template/html +++ b/root/template/html @@ -7,9 +7,9 @@ <meta content="description" value="Mageia.org online user account panel" /> <meta content="keywords" value="mageia, user, account, password" /> <meta content="robots" value="index,nofollow" /> - <link rel="stylesheet" type="text/css" href="//static/style/yui/reset-fonts-grids.css"> - <link rel="stylesheet" type="text/css" href="//static/style/yui/base-min.css"> - <link rel="stylesheet" type="text/css" href="//static/style/ttsite.css" /> + <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css"> + <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css"> + <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" /> </head> <body> [% content %] |