Exemplo n.º 1
0
 /**
  * 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);
 }