From 87a7b60bed82775a58c2706e9441cbe428cbc393 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 13 Mar 2009 23:43:50 +0000 Subject: merge r3196 from branch 2.0 to trunk bug 926 fixed: change links to piwigo.org so that they go to existing URLs. new: if the current language is french, the links go to fr.piwigo.org instead. git-svn-id: http://piwigo.org/svn/trunk@3197 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index 21abf49b7..7e429a91c 100644 --- a/include/constants.php +++ b/include/constants.php @@ -23,9 +23,6 @@ // Default settings define('PHPWG_VERSION', 'Colibri'); -define('PHPWG_DOMAIN', 'piwigo.org'); -define('PHPWG_URL', 'http://'.PHPWG_DOMAIN); -define('PEM_URL', 'http://'.PHPWG_DOMAIN.'/ext'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia'); -- cgit v1.2.3