Back to PhocaGalleryRenderAdmin class

Method quickIconButton

public static
quickIconButton
(mixed $link, mixed $image, mixed $text, mixed $imgUrl)

Method quickIconButton - Source code

// ---------------------
public static function quickIconButton($link, $image, $text, $imgUrl)
{
    //$image = str_replace('icon-48-', 'icon-48-phocafont', $image);
    return '<div class="thumbnails ph-icon">' . '<a class="thumbnail ph-icon-inside" href="' . $link . '">' . HTMLHelper::_('image', $imgUrl . $image, $text) . '<br /><span>' . $text . '</span></a></div>' . "\n";
}