aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-19 15:29:08 +0000
committervdigital <vdigital@piwigo.org>2008-10-19 15:29:08 +0000
commita007e95096d4356699eedb06412c3ff8e9700c28 (patch)
tree84a5340d809e8e17c91dabf370b93a356aab9a75 /include
parent9652b322cb150c955064905ad6e71c138c79067f (diff)
Delfault template and Piwigo domain ...
git-svn-id: http://piwigo.org/svn/branches/2.0@2774 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/constants.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php
index 78c079de6..16405a854 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -23,11 +23,11 @@
// Default settings
define('PHPWG_VERSION', '2.0');
-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');