data-stuff and parsed
authorcvs <cvs>
Thu, 21 Mar 2002 10:14:06 +0000 (10:14 +0000)
committercvs <cvs>
Thu, 21 Mar 2002 10:14:06 +0000 (10:14 +0000)
templates-dist/producer/content.template
templates-dist/producer/navigation.template

index e6c687e..64416b2 100755 (executable)
@@ -24,7 +24,7 @@
       <table width="150" border="0" cellspacing="0" cellpadding="0">
         <tr> 
           <td width="140">
-            <a href="${data.config.productionhost}${config.docroot}">
+            <a href="${data.config.productionHost}${config.producerDocRoot}/">
              <img src="/images/mirlogo.jpg" width="150" height="205" border="0">
             </a>
           </td>
index ba01ba0..4e0a34c 100755 (executable)
@@ -1,6 +1,6 @@
                   <p> 
                     <!-- topiclist --> 
-                    <list topics as t> 
+                    <list data.topics as t> 
                     <br>
                     <a href="${config.producerDocRoot}/${t.filename}.shtml"><b>${t.title}</b></a> 
                     </list>