Unterstützt und gefördert durch die Deutsche Wanderjugend
';
$opt['page']['sponsor']['topright'] = '
';
$opt['page']['sponsor']['bottom'] = 'Driven by the Opencaching Community';
/* multi-domain settings
*
* if one of the domains matches $_SERVER['SERVER_NAME'], the default values will be overwritten
* can be used to host more than one locale on one server with multiple default-locales
*/
//$opt['domain']['www.opencaching.de']['url'] = 'http://www.opencaching.de/';
//$opt['domain']['www.opencaching.de']['locale'] = 'DE';
//$opt['domain']['www.opencaching.de']['style'] = 'ocstyle';
//$opt['domain']['www.opencaching.de']['cookiedomain'] = '.opencaching.de';
//$opt['domain']['www.opencaching.de']['country'] = 'DE';
//$opt['domain']['www.opencaching.pl']['url'] = 'http://www.opencaching.pl/';
//$opt['domain']['www.opencaching.pl']['locale'] = 'PL';
//$opt['domain']['www.opencaching.pl']['style'] = 'ocstyle';
//$opt['domain']['www.opencaching.pl']['cookiedomain'] = '.opencaching.pl';
//$opt['domain']['www.opencaching.pl']['country'] = 'PL';
/* replicated slave databases
* use same config as in config2/settings.inc.php (!)
*/
$opt['db']['slaves'] = array();
/*
$opt['db']['slaves'][0]['server'] = 'slave-ip-or-socket';
// if a slave is no active, the slave will not be tracked
// by online-check or purge of master logs!
// Therefore you might have to initialize the replication again,
// after activating a slave.
$opt['db']['slaves'][0]['active'] = true;
// relative weight compared to other slaves
// see doc2/replicaiton.txt (!)
$opt['db']['slaves'][0]['weight'] = 100;
$opt['db']['slaves'][0]['username'] = '';
$opt['db']['slaves'][0]['password'] = '';
$opt['db']['slaves'][1]...
*/
// maximum time (sec) a slave is allowed to be behind
// the state of the master database before no connection
// is redirected to this slave
$opt['db']['slave']['max_behind'] = 180;
// use this slave when a specific slave must be connected
// (e.g. xml-interface and mapserver-results)
// you can use -1 to use the master (not recommended, because replicated to slaves)
$opt['db']['slave']['primary'] = -1;
/* post_config() is invoked directly before the first HTML line of the main.tpl.php is sent to the client.
*/
function post_config()
{
global $menu;
$menu[] = array(
'title' => t('Geokrety'),
'menustring' => t('Geokrety'),
'siteid' => 'geokrety',
'visible' => true,
'filename' => 'http://geokrety.org/index.php?lang=de_DE.UTF-8'
);
}
$OKAPI_SETTINGS = array(
'OC_BRANCH' => 'oc.de',
'SITELANG' => 'de',
'VAR_DIR' => $rootpath.'var',
);
?>