Back to PhocaGalleryRenderFront class

Method renderHighslideJSAll

public static
renderHighslideJSAll
()

Method renderHighslideJSAll - Source code

public static function renderHighslideJSAll()
{
    $tag = '<script type="text/javascript">' . '//<![CDATA[' . "\n" . ' hs.graphicsDir = \'' . Uri::base(true) . '/media/com_phocagallery/js/highslide/graphics/\';' . '//]]>' . "\n" . '</script>' . "\n";
    return $tag;
}