Attribut alt pour les RS du pied de page build 10
This commit is contained in:
parent
7398ceb5ef
commit
fe3f767697
@ -435,7 +435,7 @@ class layout extends common
|
||||
$socialUrl = '';
|
||||
}
|
||||
if ($socialId !== '') {
|
||||
$socials .= '<a href="' . $socialUrl . $socialId . '" onclick="window.open(this.href);return false" data-tippy-content="' . $title . '">' . template::ico(substr(str_replace('User', '', $socialName), 0, -2)) . '</a>';
|
||||
$socials .= '<a href="' . $socialUrl . $socialId . '" onclick="window.open(this.href);return false" data-tippy-content="' . $title . '" alt="' . $title . '">' . template::ico(substr(str_replace('User', '', $socialName), 0, -2)) . '</a>';
|
||||
}
|
||||
}
|
||||
if ($socials !== '') {
|
||||
|
@ -51,7 +51,7 @@ class common
|
||||
const ACCESS_TIMER = 1800;
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '13.0.00.9';
|
||||
const ZWII_VERSION = '13.0.00.10';
|
||||
|
||||
// URL autoupdate
|
||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
||||
|
Loading…
Reference in New Issue
Block a user