changed readmore link
authormtopper <mtopper>
Mon, 1 Aug 2005 15:08:53 +0000 (15:08 +0000)
committermtopper <mtopper>
Mon, 1 Aug 2005 15:08:53 +0000 (15:08 +0000)
etc/producer/topicpage.template

index 5a0e5e1..b8ac946 100755 (executable)
@@ -43,7 +43,7 @@
             </p>
             <p class="summary">
                <small class="author">${sorig.creator}<if sorig.id!=s.id>(${lang("general.translatedby", s.creator)})</if>&#160;|</small> ${s.description_parsed}
-               <small><a href="${config["Producer.DocRoot"]}/${language.code}${s.publish_path}${s.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
+               <small><a href="${config["Producer.DocRoot"]}/${language.code}/${s.date.formatted["yyy'/'MM"]}/${s.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
                <span class="comments">${n.commentcount}&#160;Comments</span></small>
             </p>
 
@@ -65,7 +65,7 @@
             </p>
             <p class="summary">
                <small class="author">${aorig.creator}<if aorig.id!=i.id>(${lang("general.translatedby", i.creator)})</if>&#160;|</small> ${i.description_parsed}
-               <small><a href="${config["Producer.DocRoot"]}/${language.code}${s.publish_path}${s.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
+               <small><a href="${config["Producer.DocRoot"]}/${language.code}${i.publish_path}${i.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
                <span class="comments">${n.commentcount}&#160;Comments</span></small>
             </p>
          </list>