mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
Feature "Admin Advices !" (Standard plugin) : May give you always now an advice on the administration page.
Quick solved list: 1 - Wording on EXIF/IPTC Advices 2 - Default language is English 3 - Some Transparency issues under IE 4 - Some Border issues 5 - PWG Menu moved from Advices Box to Intro. 6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL() 7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)). git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -61,9 +61,13 @@ function set_admin_advice()
|
||||
$user['language'] : $conf['default_language']; // en_UK.iso-8859-1
|
||||
|
||||
$adv = array();
|
||||
|
||||
if ( !@file_exists(PHPWG_ROOT_PATH
|
||||
. "plugins/admin_advices/$advlang/lang.adv.php") )
|
||||
{
|
||||
$advlang = 'en_UK.iso-8859-1';
|
||||
}
|
||||
// Include language advices
|
||||
include_once( PHPWG_ROOT_PATH
|
||||
@include_once( PHPWG_ROOT_PATH
|
||||
. "plugins/admin_advices/$advlang/lang.adv.php" );
|
||||
|
||||
// If there is an advice
|
||||
|
||||
Reference in New Issue
Block a user