mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Download search template fix.
This commit is contained in:
@@ -34,7 +34,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_NEW", (file_exists(THEME."images/new.png") ? THEME."images/new.png" : e107::getParser()->toGlyph('icon-star',false)));
|
||||
define("IMAGE_NEW", (file_exists(THEME."images/new.png") ? THEME."images/new.png" : 'icon-star.glyph'));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user