'Y', // News 'fts' => 'Y', // Features 'trv' => 'N', // Travel -- Sunday 'spt' => 'Y', // Sports 'biz' => 'Y', // Business 'edt' => 'Y', // Editorial 'spc' => 'N', // Special 'onl' => 'N', // Online 'col' => 'Y' // Columns ); // See fDB_indexstories.txt for stories // See fDB_indexbriefs.txt for briefs -NOT IMPLEMENTED- // See fDB_indexcolumns.txt for columns /********************************************************** ** Edit beyond this point at your own peril! **********************************************************/ $mode = 'http://'; $autoDate = date("l, F j, Y"); // -NOT IMPLEMENTED - $autoToday = date("Y/m/d"); // -NOT IMPLEMENTED - if ($status_site == 'P') { $site = "127.0.0.1"; $today = "today"; } else if ($status_site == 'L') { $site = "starbulletin.com"; $today; } else if ($status_site == 'S') { $site = "sbcom"; $today = "today"; } else if ($status_site == 'D') { $site = "localhost"; $today = "today"; } else { print "ERROR! $status_site variable is not properly configured in edition.conf file!"; exit; } $path = array( 'nws' => "/$today/news/", 'fts' => "/$today/features/", 'trv' => "/$today/travel/", 'spt' => "/$today/sports/", 'biz' => "/$today/business/", 'edt' => "/$today/editorial/", 'spc' => "/$today/special/", 'onl' => "/$today/online/", 'mug' => "/global/columns/mugshots/2005/48x48/" ); ?>