Merging revisions 2773-2776

- Default template and Piwigo domain ...
- No metadata synchronization icon on a remote picture (Synchro failure)
- Jump to category icon is removed on user forbidden categories (previously check_restrictions was leading administrators to the access denied page).


git-svn-id: http://piwigo.org/svn/trunk@2777 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2008-10-19 15:47:34 +00:00
commit a6be0e500b
6 changed files with 32 additions and 2 deletions

View file

@ -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');