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=../">');
7 require_once($root_path.'include/inc_news_display_config.php');
10 * Routine to display the headlines
12 for($j=1;$j<=$news_num_stop;$j++
)
14 $picalign=($j==2)?
'right' : 'left';
20 include($root_path.'include/inc_news_preview.php');