html) { $contents = $ad->html; } else { $contents = $this->linkTo( $this->imageTag( $ad->image_url, ['alt' => "Advertisement", 'width' => $ad->width, 'height' => $ad->height] ), $this->redirectAdvertisementPath($ad), ['target' => '_blank'] ); } if ($center) { return $this->contentTag('div', $contents, ['style' => 'margin:0 auto;width:' . $ad->width . 'px;height:' . $ad->height . 'px;']); } else { return $contents; } } } }