informatique

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
informatique [02/07/2026 11:33] ajeaninformatique [02/07/2026 13:16] (Version actuelle) ajean
Ligne 71: Ligne 71:
 foreach ($liens as $l) { foreach ($liens as $l) {
     $base = defined('DOKU_BASE') ? DOKU_BASE : '/';     $base = defined('DOKU_BASE') ? DOKU_BASE : '/';
-    $href = $base . 'doku.php?id='rawurlencode($l['url']);+    $href = $base . 'doku.php?id=' . $l['url'];
     echo '<a class="home-card" href="' . htmlspecialchars($href) . '">     echo '<a class="home-card" href="' . htmlspecialchars($href) . '">
         <div class="home-card-icon">' . $l['icone'] . '</div>         <div class="home-card-icon">' . $l['icone'] . '</div>

Warning: Trying to access array offset on value of type bool in /var/www/html/lib/tpl/bootstrap3/Template.php on line 590
  • informatique.1782988409.txt.gz
  • Dernière modification : 02/07/2026 11:33
  • de ajean