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
@@ -129,6 +129,9 @@ include(PHPWG_ROOT_PATH.'include/user.inc.php');
if ('fr_FR' == $user['language']) {
define('PHPWG_DOMAIN', 'fr.piwigo.org');
}
else if ('it_IT' == $user['language']) {
define('PHPWG_DOMAIN', 'it.piwigo.org');
}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}
@@ -234,4 +237,4 @@ add_event_handler('render_comment_content', 'parse_comment_content');
add_event_handler('render_comment_author', 'strip_tags');
add_event_handler('blockmanager_register_blocks', 'register_default_menubar_blocks', EVENT_HANDLER_PRIORITY_NEUTRAL-1);
trigger_action('init');
?>
?>