1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Not always getting correct image parameters

This commit is contained in:
e107steved
2007-11-18 14:04:56 +00:00
parent 2379d88b52
commit 3ff7cfbc9a

View File

@@ -14,7 +14,7 @@ else if (is_readable(THEME."images/e_logo.png"))
else
{
$logo = e_IMAGE_ABS."logo.png"; // HTML path
$path = e_IMAGE.$logo; // PHP path
$path = e_IMAGE."logo.png"; // PHP path
}
$dimensions = getimagesize($path);