fixed author and image path
authormtopper <mtopper>
Wed, 27 Jul 2005 19:44:28 +0000 (19:44 +0000)
committermtopper <mtopper>
Wed, 27 Jul 2005 19:44:28 +0000 (19:44 +0000)
etc/producer/startpage.template

index 60a806f..d20cd1d 100755 (executable)
                          <if s.to_media_images >
                                <table class="imageWrap" cellspacing="0">
                                 <tr>
-                                 <td class="image" style="background: url(${s.to_media_images[0]["icon_path"]}) no-repeat top center;"><br /></td>
+                                 <td class="image" style="background: url(${s.to_media_images[0]["publish_path"]}) no-repeat top center;"><br /></td>
                                 </tr>
                                 <tr>
                                  <td><small>${s.to_media_images[0]["title"]}</small></td>
                               <b><a href="${config["Producer.DocRoot"]}/${language.code}/${s.date.formatted["yyyy'/'MM"]}/${s.id}.shtml">${s.title}</a></b>
                            </p>
                            <p class="summary">
-                              <small class="author">${forig.creator}&#160;|</small> 
+                              <small class="author">${s.creator}&#160;|</small> 
                               ${s.description_parsed}
                               <small><a href="${config["Producer.DocRoot"]}/${language.code}/${s.date.formatted["yyyy'/'MM"]}/${s.id}.shtml" class="readMore">more...</a></small>
                            </p>