<?php
/********************************************************
 * External VOs will be shown on title page if an	*
 * $external_vos array not empty.			*
 * You should use the followin format of elements:	*
 *	"external VO name" => array (			*
 * 		"vomsurl" => "VOMS Server URL",		*
 *		"description" => "VO description",	*
 *		"mainurl" => "VO homepage"		*
 *	)						*
 ********************************************************/

/*
	$external_vos = array (
		"some.external.vo.name" => array (
			"vomsurl"	=> "https://voms.example.org/voms/some.external.vo.name",
			"description"	=> "Some External VO",
			"mainurl"	=> "http://info.example.org/vo.name/"
		)
	);
*/
?>
