- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_news_display.php
blobb9d530200f2c906c3d331e1adf5bea3b87c84cdb
1 <?php
2 /*------begin------ This protection code was suggested by Luki R. luki@karet.org ---- */
3 if (eregi("inc_news_display.php",$PHP_SELF))
4 die('<meta http-equiv="refresh" content="0; url=../">');
5 /*------end------*/
7 require_once($root_path.'include/inc_news_display_config.php');
9 /**
10 * Routine to display the headlines
12 for($j=1;$j<=$news_num_stop;$j++)
14 $picalign=($j==2)? 'right' : 'left';
17 <tr>
18 <td>
19 <?php
20 include($root_path.'include/inc_news_preview.php');
22 </td>
23 </tr>
24 <tr>
25 <td>
26 <hr>
27 </td>
28 </tr>
29 <?php