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
|
@@ 3881-3882 (lines=2) @@
|
| 3878 |
|
} |
| 3879 |
|
|
| 3880 |
|
// remappage des icone : article-24.png+new => article-new-24.png |
| 3881 |
|
if ($icone_renommer = charger_fonction('icone_renommer', 'inc', true)) { |
| 3882 |
|
list($fond, $fonction) = $icone_renommer($fond, $fonction); |
| 3883 |
|
} |
| 3884 |
|
|
| 3885 |
|
// ajouter le type d'objet dans la class de l'icone |