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:
@@ -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 ;
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user