PATCH: MINOR: fixed the url of the themes page. #3006

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@65338 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
wrossiter 2008-11-06 00:31:24 +00:00
parent 17e2329c61
commit f9200e1887
1 changed files with 2 additions and 2 deletions

View File

@ -627,7 +627,7 @@ global \$database;
require_once("conf/ConfigureFromEnv.php");
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/cms-themes-and-skin
// downloaded from http://www.silverstripe.com/themes/
SSViewer::set_theme('$theme');
?>
@ -666,7 +666,7 @@ global \$databaseConfig;
Director::set_dev_servers($devServers);
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/cms-themes-and-skin
// downloaded from http://www.silverstripe.com/themes/
SSViewer::set_theme('$theme');
?>