diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-03-31 14:48:17 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-03-31 14:48:17 +0000 |
commit | 5b6f53e156b2de953e7925d7869a1a2e43047954 (patch) | |
tree | 67b1576899e3c9a5664e6ebfd248cb1a6a02d9a5 | |
parent | update gentoo news (diff) | |
download | planet-5b6f53e156b2de953e7925d7869a1a2e43047954.tar.gz planet-5b6f53e156b2de953e7925d7869a1a2e43047954.tar.bz2 planet-5b6f53e156b2de953e7925d7869a1a2e43047954.zip |
add gravatar support
-rw-r--r-- | templates/index.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 6036cd71..fb2e73be 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -107,8 +107,8 @@ a.k.a. <b><TMPL_VAR channel_username></b> <table width="100%" style="table-layout:fixed"><tr><td> <div class="entrycontent"><p> -<TMPL_IF channel_face> -<img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right"> +<TMPL_IF channel_gravatar> +<img class="face" src="http://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&r=pg&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2Ftux.png" alt="" align="right"> </TMPL_IF> <TMPL_VAR content> </p> |