コード例 #1
0
ファイル: content.php プロジェクト: fhoner/smartdoorbell
 /**
  * Adds the zoomable images gallery functionality.
  *
  * @return string Page content as html with integrated gallery functionality.
  * @since Version 1.2
  */
 public function getZoomableImagesOutput()
 {
     $output = $this->getOutput();
     return \frontend::addZoomGallery($output);
 }