mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
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:
parent
17e2329c61
commit
f9200e1887
@ -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');
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user