lkd-planet/DJAGEN/trunk/djagen/gezegen/gezegen/sidebar.html.tmpl
2010-07-06 16:25:42 +00:00

18 lines
387 B
Cheetah
Executable File

<ul>
<TMPL_LOOP Items>
### we can only show items that have titles in this feed
<TMPL_IF title>
<li>
<a href="<TMPL_VAR link ESCAPE="HTML">">
<TMPL_IF channel_face>
<img src="<TMPL_VAR channel_face ESCAPE="HTML">" height="24" alt="">
<TMPL_ELSE>
<img src="http://planet.gnome.org/heads/nobody.png" height="24" alt="">
</TMPL_IF>
<TMPL_VAR title></a>
</li>
</TMPL_IF>
</TMPL_LOOP>
</ul>