Back to PhocaGalleryRenderMap class

Method startMapF

public
startMapF
()

Method startMapF - Source code

public function startMapF()
{
    $js = 'function getPhocaMap(){' . "\n" . '   if (' . $this->_tst . '.offsetWidth > 0) {' . "\n";
    return $js;
}