mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +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;
|
$logo = $file;
|
||||||
$path = $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";
|
$logo = THEME_ABS."images/e_logo.png";
|
||||||
$path = THEME_ABS."images/e_logo.png";
|
$path = THEME_ABS."images/e_logo.png";
|
||||||
|
Reference in New Issue
Block a user