mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Bugtracker #3967 - absolute ref should have been relative
This commit is contained in:
@@ -5,7 +5,7 @@ if (isset($file) && $file && is_readable($file))
|
||||
$logo = $file;
|
||||
$path = $file;
|
||||
}
|
||||
else if (is_readable(THEME_ABS."images/e_logo.png"))
|
||||
else if (is_readable(THEME."images/e_logo.png"))
|
||||
{
|
||||
$logo = THEME_ABS."images/e_logo.png";
|
||||
$path = THEME_ABS."images/e_logo.png";
|
||||
|
Reference in New Issue
Block a user