From a5c87ae9a9ce089759b5cc751ca56c087ddb5439 Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 12 May 2008 20:15:49 +0000 Subject: [PATCH] utilisation directe des images en tant que vignettes, en attendant mieux --- strip_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strip_manager.php b/strip_manager.php index 0524d29..1a21c2a 100644 --- a/strip_manager.php +++ b/strip_manager.php @@ -264,7 +264,7 @@ class strip_manager // change the extension for {@link $img_src} $png = explode( '.', $file); $this->img_src = $this->strips_path.'/'.$png[0].'.png'; - $this->thumbnail = $this->strips_path.'/'.$png[0].'.thumb.png'; + $this->thumbnail = $this->strips_path.'/'.$png[0].'.png'; $this->source = $svg;