MINOR Fixed location to theme downloads in _config to be the proper location

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@98892 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-02-13 04:07:52 +00:00 committed by Sam Minnee
parent 8bc6a375de
commit bbadf8f043

View File

@ -11,7 +11,7 @@ require_once("conf/ConfigureFromEnv.php");
MySQLDatabase::set_connection_charset('utf8');
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/themes/
// downloaded from http://www.silverstripe.org/themes/
SSViewer::set_theme('blackcandy');
// enable nested URLs for this site (e.g. page/sub-page/)