* * File Name : newsfeed.html * Last Update : 2008-07-27 */ include('glob/start.php'); create_thispage($thispage['id'],$thispage['uri'],$thispage['title']); foreach($page['children'][PAGE_PARENT_ID] as $val) { $c_submenu .= ''.$page[$val]['title'].'    '; } include('glob/end.php'); ?>