aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants.php')
-rw-r--r--include/constants.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php
index b6d8146a9..dbed84511 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -23,11 +23,11 @@
// Default settings
define('PHPWG_VERSION', 'Colibri');
-define('PHPWG_DOMAIN', 'phpwebgallery.net');
+define('PHPWG_DOMAIN', 'piwigo.org');
define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN);
define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext_new'); /* need to be changed on final release */
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
-define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear');
+define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia');
// Required versions
define('REQUIRED_PHP_VERSION', '5.0.0');