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