mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 18:42:43 +02:00
@@ -46,6 +46,14 @@ $template->assign(
|
||||
)
|
||||
);
|
||||
|
||||
if (substr($user['language'], 0, 3) == 'fr_')
|
||||
{
|
||||
$page['messages'][] = sprintf(
|
||||
'Besoin d\'aide pour utiliser Piwigo ? Consultez la <a href="%s" target="_blank">documentation en ligne</a> !',
|
||||
'https://doc-fr.piwigo.org/'
|
||||
);
|
||||
}
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | sending html code |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user