Back to PhocaDownloadLayout class

Method getImageDownload

public
getImageDownload
(mixed $img)

Method getImageDownload - Source code

public function getImageDownload($img)
{
    return '<img src="' . $this->cssImagePath . $img . '" alt="" />';
}