1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

{DOWNLOAD_FILENAME} shortcode added.

This commit is contained in:
Cameron
2017-02-06 15:22:41 -08:00
parent e9bd941a4e
commit 8c0646417b

View File

@@ -392,7 +392,11 @@ class download_shortcodes extends e_shortcode
}
function sc_download_filename($parm=null)
{
return basename($this->var['download_url']);
}
function sc_download_list_icon($parm='') //XXX FIXME $img.
{