mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 05:28:10 +01:00
6 lines
255 B
Scala
6 lines
255 B
Scala
|
|
|
|
$image = (file_exists(THEME."images/download.png") ? THEME_ABS."images/download.png" : e_IMAGE_ABS.'generic/download.png');
|
|
return "<img src='$image' alt='' style='vertical-align: middle;' /> <a href='".e_FILE_ABS."downloads/".$parm."'>".$parm."</a>";
|
|
|