We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae1387 commit 64466c9Copy full SHA for 64466c9
interface/web/index.php
@@ -97,8 +97,8 @@
97
}
98
$tmp_base64 = explode(',', $base64_logo_txt, 2);
99
$logo_dimensions = $app->functions->getimagesizefromstring(base64_decode($tmp_base64[1]));
100
-$app->tpl->setVar('base64_logo_width', $logo_dimensions[0]);
101
-$app->tpl->setVar('base64_logo_height', $logo_dimensions[1]);
+$app->tpl->setVar('base64_logo_width', $logo_dimensions[0].'px');
+$app->tpl->setVar('base64_logo_height', $logo_dimensions[1].'px');
102
$app->tpl->setVar('base64_logo_txt', $base64_logo_txt);
103
104
$app->tpl_defaults();
0 commit comments