'#1F1FAC', // colour used for hyperlinks, banner trim and the coloured section of the header 'bannercolor'=>'#D0D0F0', // colour used for the header and footer 'text1'=>'black', // main text colour 'text2'=>'#606060', // annotation colour 'font'=>'sans-serif', // font to use for the site 'background'=>'#ffffff', // page background colour ); // Optional descriptive text for the top of the browse page. $CONF['browse_html'] = '

Browse Page Html

This appears at the top of the browse page. It can either be plain text, or formatted html.

'; // Optional header section to allow navigation from RedFeather back to a parent site. //$CONF['return_link'] = array('text'=>'return to site >', 'href'=>'http://www.example.com'); // Default values for a new resource $CONF['default_metadata'] = array( 'title'=>'', 'description'=>'', 'creators'=>array(''), 'emails'=>array(''), 'license'=>'' ); // Array of username/password combinations that are allowed to access the resource manager // the passwords can either be plain text, or MD5 encoded //$CONF['credentials'] = array('admin'=>'password'); $CONF['credentials'] = array('admin'=>'5f4dcc3b5aa765d61d8327deb882cf99'); ?>