changed ss around so it grabs image from frontpage_btm
[nyc.indymedia.org.git] / etc / producer / producers.xml
index 7786408..2503b89 100755 (executable)
       <verb name="generate" default="1" description="Generates the startpage"/>
     </verbs>
 
+
     <body>
       <List key="startspecial" table="content" limit="1"
         selection="is_published=true and to_article_type=${articletype.startspecial}"
         order="webdb_create desc"/>
+
+      <Enumerate key="ssimage" table="image" selection="to_media_folder=9 and is_published=true" >       
+       <Define key="ssimagepath" value="${ssimage.publish_server}/${ssimage.publish_path}" />
+       <Define key="sstitle" value="${ssimage.title}" />
+      </Enumerate>
+                                        
                                         
       <List key="features" table="content" limit="5" 
         selection="is_published=true and to_article_type in (${articletype.feature},${articletype.promotedcommunityarticle},${articletype.promotednewswire})"