From bbadf8f043a60108102665c13c6e4888a1d8ca80 Mon Sep 17 00:00:00 2001 From: sharvey Date: Sat, 13 Feb 2010 04:07:52 +0000 Subject: [PATCH] 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 --- mysite/_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/_config.php b/mysite/_config.php index d860264..d117789 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -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/)