Skip to content

Commit

Permalink
change logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jun 29, 2018
1 parent d7421f4 commit 81dfa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/controllers/admin/ETSettingsAdminController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected function uploadHeaderImage($form)
$file = $uploader->getUploadedFile("forumHeaderImage");

// Save it as an image, restricting it to a maximum size.
$logo = $uploader->saveAsImage($file, PATH_UPLOADS."/logo", 500, 40, "max");
$logo = $uploader->saveAsImage($file, PATH_UPLOADS."/logo", 500, 26, "max");
$logo = str_replace(PATH_UPLOADS, "uploads", $logo);

// Delete the old logo (if we didn't just overwrite it.)
Expand Down

0 comments on commit 81dfa34

Please sign in to comment.