diff options
-rw-r--r-- | root/template/footer | 5 | ||||
-rw-r--r-- | root/template/html | 6 |
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">© [% 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 %] |