diff options
author | 2005-08-24 18:14:01 +0000 | |
---|---|---|
committer | 2005-08-24 18:14:01 +0000 | |
commit | 34015261ffbaa87afc28d7e919d0431cb983ea7f (patch) | |
tree | a1951846bc27b051c2f0997dac4bfc6e3b1e8252 /templates | |
parent | Update ka0ttic planet feed (diff) | |
download | planet-34015261ffbaa87afc28d7e919d0431cb983ea7f.tar.gz planet-34015261ffbaa87afc28d7e919d0431cb983ea7f.tar.bz2 planet-34015261ffbaa87afc28d7e919d0431cb983ea7f.zip |
Adding hackercotchi support to the planets.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 3 |
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> |