added topic filename stuff to producers
authormtopper <mtopper>
Sat, 30 Jul 2005 22:12:19 +0000 (22:12 +0000)
committermtopper <mtopper>
Sat, 30 Jul 2005 22:12:19 +0000 (22:12 +0000)
etc/producer/producers.xml
etc/producer/randomcategory.template

index 34434bd..a184872 100755 (executable)
        
         <Log message="Getting Last 5 articles for category: ${category.title} - counter: ${counter}" />
         <Define key="topictitle" value="${category.title}" />
-        
+        <Define key="topicfile" value="${category.filename"} /> 
         
         <List key="randomarticles" table="content"
                selection ="id in (select content_id from content_x_topic where topic_id = ${category.id})" order="date DESC"
index 7c19df4..971bfe9 100755 (executable)
@@ -1,5 +1,5 @@
                   <ul>
-                       <li><b><a href="#">${topictitle}</a></b>
+                       <li><b><a href="${config["Producer.DocRoot"]}/${language.code}/${topicfile}/archive.html">${topictitle}</a></b>
                         <ul>
                         <list randomarticles as ra>
                            <li>