aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-11-06 17:00:32 +0000
committerRomain d'Alverny <rda@mageia.org>2010-11-06 17:00:32 +0000
commit2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43 (patch)
treeac3a514642636b77b2074d6818e095a15e57002f /root
parentcad400d456ba9171abf1ee087a011dbb4409a439 (diff)
downloadidentity-2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43.tar
identity-2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43.tar.gz
identity-2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43.tar.bz2
identity-2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43.tar.xz
identity-2f65182ec1a30d80c8476a2ab1ec47f9a6acdc43.zip
strange bug, address //static/file instead of /static/file to get it working
Diffstat (limited to 'root')
-rw-r--r--root/template/footer5
-rw-r--r--root/template/html6
2 files changed, 7 insertions, 4 deletions
diff --git a/root/template/footer b/root/template/footer
index 0e1dc01..b2c05f9 100644
--- a/root/template/footer
+++ b/root/template/footer
@@ -1 +1,4 @@
-<!-- div id="copyright">&copy; [% c.config.organisation %] 2010</div --> \ No newline at end of file
+<p>2010 <a href="http://mageia.org/">Mageia.org</a>
+ | <a href="http://mageia.org/policies/privacy/">Privacy policy</a>
+ | <a href="http://mageia.org/faq/accounts/">Mageia user accounts FAQ</a>
+ </p> \ No newline at end of file
diff --git a/root/template/html b/root/template/html
index abac43a..6364743 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 %]