silverstripe-installer/mysite/_config.php
wrossiter bd8ee78f12 MINOR: fixed i18n issue with page comment form
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@77810 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-05-26 02:05:30 +00:00

16 lines
285 B
PHP

<?php
global $project;
$project = 'mysite';
global $database;
$database = "SS_mysite";
require_once("conf/ConfigureFromEnv.php");
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/themes/
SSViewer::set_theme('blackcandy');
?>