diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportBranding.java b/Core/src/org/sleuthkit/autopsy/report/ReportBranding.java index a13e25525d..1c42e4de88 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportBranding.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportBranding.java @@ -72,6 +72,12 @@ public final class ReportBranding implements ReportBrandingProviderI { } } + public String getReportsBrandingDir() { + return reportsBrandingDir; + } + + + @Override public String getGeneratorLogoPath() { String curPath = null;