utilisation directe des images en tant que vignettes, en attendant mieux

This commit is contained in:
nojhan 2008-05-12 20:15:49 +00:00
commit a5c87ae9a9

View file

@ -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;