diff --git a/main/inc/lib/pdf.lib.php b/main/inc/lib/pdf.lib.php index 13ca98794f..1d5b922a8f 100755 --- a/main/inc/lib/pdf.lib.php +++ b/main/inc/lib/pdf.lib.php @@ -95,7 +95,7 @@ class PDF $organization = api_get_setting('Institution'); $img = api_get_path(SYS_CSS_PATH).'themes/' . $theme . '/images/header-logo.png'; - $customImg = api_get_path(WEB_CSS_PATH).'themes/' . $theme . '/images/header-logo-custom.png'; + $customImg = api_get_path(SYS_PUBLIC_PATH).'css/themes/' . $theme . '/images/header-logo-custom.png'; // Search for classic logo if (file_exists($customImg)) {