summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Shields <cshields@gentoo.org>2005-08-24 18:14:01 +0000
committerCorey Shields <cshields@gentoo.org>2005-08-24 18:14:01 +0000
commit34015261ffbaa87afc28d7e919d0431cb983ea7f (patch)
treea1951846bc27b051c2f0997dac4bfc6e3b1e8252 /templates/index.html.tmpl
parentUpdate ka0ttic planet feed (diff)
downloadplanet-34015261ffbaa87afc28d7e919d0431cb983ea7f.tar.gz
planet-34015261ffbaa87afc28d7e919d0431cb983ea7f.tar.bz2
planet-34015261ffbaa87afc28d7e919d0431cb983ea7f.zip
Adding hackercotchi support to the planets.
Diffstat (limited to 'templates/index.html.tmpl')
-rw-r--r--templates/index.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index ad4c768..716902a 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -101,6 +101,9 @@ a.k.a. <b><TMPL_VAR channel_username></b>
</TMPL_IF>
<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">
+</TMPL_IF>
<TMPL_VAR content>
</p></div>