'MySQLDatabase', "server" => 'localhost', "username" => 'silver1', "password" => 'silver12345', "database" => 'ssdb', "path" => '', ); MySQLDatabase::set_connection_charset('utf8'); // Set the current theme. More themes can be downloaded from // http://www.silverstripe.org/themes/ SSViewer::set_theme('simple'); // Set the site locale i18n::set_locale('nl_NL'); // Enable nested URLs for this site (e.g. page/sub-page/) if (class_exists('SiteTree')) SiteTree::enable_nested_urls(); FulltextSearchable::enable(); Object::add_extension('Page', 'FlexSliderExtension'); Object::add_extension('SiteTree', 'WorkflowApplicable'); Object::add_extension('SiteTree', 'WorkflowEmbargoExpiryExtension');