diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index ff7038bb..60f7b670 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -4,8 +4,8 @@ <head> <title><TMPL_VAR name></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link type="image/x-icon" href="favicon.ico" rel="shortcut icon"> -<link rel="stylesheet" href="planet.css" type="text/css"> +<link type="image/x-icon" href="/favicon.ico" rel="shortcut icon"> +<link rel="stylesheet" href="/planet.css" type="text/css"> <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR name ESCAPE="HTML">" href="rss20.xml"> </head> @@ -15,8 +15,8 @@ ### Gentoo logo <td class="logobox"> -<a href="http://www.gentoo.org/"><img alt="Gentoo Logo" src="images/gtop-s.jpg" width="193" height="88"></a><br> -<a href="http://www.gentoo.org/"><img alt="Gentoo Logo Side" src="images/gbot-s.gif" width="193" height="31"></a> +<a href="http://www.gentoo.org/"><img alt="Gentoo Logo" src="/images/gtop-s.jpg" width="193" height="88"></a><br> +<a href="http://www.gentoo.org/"><img alt="Gentoo Logo Side" src="/images/gbot-s.gif" width="193" height="31"></a> </td> ### Links across top @@ -41,7 +41,7 @@ ### Subscriptions list down left menu <td class="leftmenu"> -<img alt="Gentoo Spaceship" src="images/gridtest.gif" align="right" height="96" width="132"><br clear="all"><br> +<img alt="Gentoo Spaceship" src="/images/gridtest.gif" align="right" height="96" width="132"><br clear="all"><br> <div class="altmenu"><b>Contributors:</b><br> <TMPL_LOOP Channels> @@ -56,10 +56,10 @@ Views expressed in the content published here do not necessarily represent the v <br><br><div align="center"> <a href="rss20.xml"> -<img src="http://planet.gentoo.org/images/rss20.png" border="0" alt="Syndicate this Planet"> +<img src="/images/rss20.png" border="0" alt="Syndicate this Planet"> </a><br> <a href="opml.xml"> -<img src="http://planet.gentoo.org/images/opml.png" border="0" alt="Blogroll"> +<img src="/images/opml.png" border="0" alt="Blogroll"> </a><br> </div> @@ -76,7 +76,7 @@ Views expressed in the content published here do not necessarily represent the v <td class="content"> <div id="intro"> -<img src="http://planet.gentoo.org/images/gentoo.gif"><p><TMPL_VAR description></p> +<img src="/images/gentoo.gif"><p><TMPL_VAR description></p> </div> <TMPL_LOOP Items> @@ -107,7 +107,7 @@ a.k.a. <b><TMPL_VAR channel_username></b> <div class="entrycontent"><p> <TMPL_IF channel_face> -<img class="face" src="images/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right"> +<img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right"> </TMPL_IF> <TMPL_VAR content> </p> |