new: it.piwigo.org/forum is online, PHPWG_DOMAIN updated inside Piwigo.

git-svn-id: http://piwigo.org/svn/branches/2.0@3210 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2009-03-17 21:33:47 +00:00
parent 00ce8c1bab
commit 810a0b1783
3 changed files with 10 additions and 4 deletions
+4 -1
View File
@@ -208,6 +208,9 @@ else
if ('fr_FR' == $language) {
define('PHPWG_DOMAIN', 'fr.piwigo.org');
}
else if ('it_IT' == $language) {
define('PHPWG_DOMAIN', 'it.piwigo.org');
}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}
@@ -431,4 +434,4 @@ if (count($infos) != 0 )
//----------------------------------------------------------- html code display
$template->pparse('install');
?>
?>