
1024x768 res. prefered, but works on 800x600, IE 4+, javascript enabled
copyright Sarah Elizabeth Wright, 2003-2007
//Newsbox config section, may be placed anywhere in the page above the newsbox
//All colors are quoted html-style colors, such as "#ffffff" for white, or "#000066" for dark blue
$border_color = "#000000" ;
$background_color = "#000000" ;
$text_color = "#ffffff" ;
$button_background_color = "#000000" ;
$button_text_color = "#ffffff" ;
$highlight_text_color = "#ffffff" ;
$title_text_color = "#ffffff" ;
$title_background_color = "#000000" ;
$link_text_color = "#ffffff";
//Other Visual Options
$box_width = "250" ;
//Newsbox width measured in pixels. Values between 150 and 400
$border_width = "0" ;
// Border width measured in pixels, 0 for none
$align_box = "none" ;
//Which side to place the newsbox, with the rest of the page flowing around it. Can be "left", "right", or "none" to disable wrapping
//Display Config
$show_news = 1 ;
//Set to 0 to disable site news, 1 to show it. See "newsfile" option below
$news_file = "./news.txt" ;
//Text file to include for site news, note that the news "date" is set to the last modification date of this file.
$show_announcements = 0 ;
// Set to 0 for imporant only, 1 for normal
$show_feature = 1 ;
//Set to 0 for none, 1 for on
$show_nav_box = 1 ;
//Set to 0 for none, 1 for default list (auto-generated), 2 for custom list (see below)
$custom_nav_list = "xepher user otheruser" ;
//Space-seperated list of usernames to be linked in the nav-box. Add your favorite Phase 2 sites.
$show_hits = 1 ;
?>