Fix custom logo file path - Refs BT#11486

remotes/angel/1.11.x
José Loguercio 8 years ago
parent 0430b64579
commit a10c573621
  1. 2
      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)) {

Loading…
Cancel
Save