mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Update download.php
This commit is contained in:
@@ -51,7 +51,7 @@ if (!e107::isInstalled('download'))
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP'))
|
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'));
|
define("IMAGE_NEW", (file_exists(THEME."images/new.png") ? THEME."images/new.png" : 'icon-star.glyph'));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -101,4 +101,4 @@ if (!e107::isInstalled('download'))
|
|||||||
|
|
||||||
|
|
||||||
exit ;
|
exit ;
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user