1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Update download.php

This commit is contained in:
rica-carv
2016-12-04 17:10:59 +00:00
committed by GitHub
parent b24f231fb6
commit efa2b08ce2

View File

@@ -51,7 +51,7 @@ if (!e107::isInstalled('download'))
if(deftrue('BOOTSTRAP'))
{
define("IMAGE_DOWNLOAD", (file_exists(THEME."images/download.png") ? THEME."images/download.png" : e_IMAGE."generic/download.png"));
define("IMAGE_DOWNLOAD", (file_exists(THEME."images/download.png") ? THEME."images/download.png" : 'icon-download.glyph'));
define("IMAGE_NEW", (file_exists(THEME."images/new.png") ? THEME."images/new.png" : 'icon-star.glyph'));
}
else
@@ -101,4 +101,4 @@ if (!e107::isInstalled('download'))
exit ;
?>
?>