<?php 
         include_partial('news/datebox', array('date_ts' => $date_ts, 'date_format' => new sfDateFormat('it_IT')));
         ?>
       </td> 
     <?php 
     } else {
         ?>
       <td>&nbsp;</td>
     <?php 
     }
     ?>
     
     <!-- news icon -->
     <td class="icon-id" style="width: 60px;">
       <?php 
     echo image_tag(news_icon_name($generator_model, $generator), array('size' => '44x42', 'absolute' => false));
     ?>
     </td>
     
     <!-- news text -->
     <td>
       <?php 
     echo news_text($n, $generator_model, $pks, $generator, array('context' => CONTEXT_LIST));
     ?>
     </td>
     
   </tr>
   
 <?php 
 }
 ?>
          <td style="width: 80px;">
            <?php 
            include_partial('news/dateboxmail', array('sf_site_url' => $sf_site_url, 'date_ts' => $date_ts, 'date_format' => new sfDateFormat('it_IT')));
            ?>
          </td> 
        <?php 
        } else {
            ?>
          <td>&nbsp;</td>
        <?php 
        }
        ?>
        
        <!-- news icon -->
        <?php 
        $icon_img_name = news_icon_name($generator_model, $generator);
        ?>
        <td class="icon-id" style="width: 60px;">
          <img src="http://<?php 
        echo $sf_site_url;
        ?>
/images/<?php 
        echo $icon_img_name;
        ?>
"
               size="44x42" style="border:none; display: block; border: none; background: transparent url(http://<?php 
        echo $sf_site_url;
        ?>
/images/bg-ico-type.png)" />
        </td>