Back to PhocaDownloadRenderAdmin 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)
{
    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";
}