mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
merge r4851 from branch 2.0 to trunk
"s" removed in name, comments and translation Not done on keys, and directory git-svn-id: http://piwigo.org/svn/trunk@4852 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -40,13 +40,13 @@ function set_admin_advice_add_css()
|
||||
}
|
||||
}
|
||||
|
||||
// Build an advice on the Admin Intro page
|
||||
// Build advice on the Admin Intro page
|
||||
function set_admin_advice()
|
||||
{
|
||||
global $page, $user, $template, $conf, $prefixeTable, $lang;
|
||||
$my_path = dirname(__FILE__).'/';
|
||||
|
||||
// Include language advices
|
||||
// Include language advice
|
||||
foreach ($conf as $key => $value)
|
||||
{
|
||||
if ( is_string($value) )
|
||||
@@ -134,7 +134,7 @@ function set_admin_advice()
|
||||
)
|
||||
);
|
||||
|
||||
// If there is an advice
|
||||
// If there is advice
|
||||
if ( $cond )
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user