fiexed syntax with f instead of n
authormtopper <mtopper>
Thu, 4 Aug 2005 15:20:18 +0000 (15:20 +0000)
committermtopper <mtopper>
Thu, 4 Aug 2005 15:20:18 +0000 (15:20 +0000)
etc/producer/newswireinclude.template

index 6f22344..c663feb 100755 (executable)
@@ -9,13 +9,13 @@
                <if n.to_original.to_article_type==articletype.newswire>
                   <li>
                      <p class="title">
-                               <if f.to_media_images >
+                               <if n.to_media_images >
                               <img src="/img/photo_small.gif" class="icon" width="10" height="8" alt="" />
                                                </if>
-                                        <if f.to_media_audio >
+                                        <if n.to_media_audio >
                                       <img src="/img/audio_small.gif" class="icon" width="10" height="8" alt="" />
                                                </if>
-                               <if f.to_media_video >
+                               <if n.to_media_video >
                                                        <img src="/img/video_small.gif" class="icon" width="10" height="8" alt="" />
                                                </if>
                         <a href="${config["Producer.DocRoot"]}/${language.code}/${n.date.formatted.yyyy}/${n.date.formatted.MM}/${n.id}.html">${n.title}</a>