ecrire/inc/presentation.php 1 location
|
@@ 53-54 (lines=2) @@
|
| 50 |
|
|
| 51 |
|
//($id?"id='$id' ":"") |
| 52 |
|
if (strlen($icone) > 1) { |
| 53 |
|
if ($icone_renommer = charger_fonction('icone_renommer', 'inc', true)) { |
| 54 |
|
list($fond, $fonction) = $icone_renommer($icone, $fonction); |
| 55 |
|
} |
| 56 |
|
$size = 24; |
| 57 |
|
if (preg_match("/-([0-9]{1,3})[.](gif|png)$/i", $fond, $match)) { |
ecrire/inc/filtres.php 1 location
|
@@ 4199-4200 (lines=2) @@
|
| 4196 |
|
|
| 4197 |
|
$fond_origine = $fond; |
| 4198 |
|
// remappage des icone : article-24.png+new => article-new-24.png |
| 4199 |
|
if ($icone_renommer = charger_fonction('icone_renommer', 'inc', true)) { |
| 4200 |
|
list($fond, $fonction) = $icone_renommer($fond, $fonction); |
| 4201 |
|
} |
| 4202 |
|
|
| 4203 |
|
// ajouter le type d'objet dans la class de l'icone |