diff --git a/helper.php b/helper.php index 2512a37..7c2777e 100644 --- a/helper.php +++ b/helper.php @@ -44,7 +44,7 @@ function td($id) { $width = null; $align = 'center'; $ret = ''; - $src = $this->getImageID($id); + $src = $this->getImageID($id,array('firstimage' => 1)); if(!$src) { $src = $this->getConf('default_image');