Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefangiehl@gmail.com>2011-05-27 01:25:00 +0400
committersgiehl <stefangiehl@gmail.com>2011-05-27 01:25:00 +0400
commitd32abe0123266062e95980e1a84bcfe8a1349ce6 (patch)
tree0dd445d830d48ec1f112c6b03cfc3dabe16ae6af /core/ReportRenderer/Html.php
parente7c91654df02fd0f1ce838395930ac403ce09cd7 (diff)
fixes #2008 added possibility to define custom logo
git-svn-id: http://dev.piwik.org/svn/trunk@4816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/ReportRenderer/Html.php')
-rw-r--r--core/ReportRenderer/Html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ReportRenderer/Html.php b/core/ReportRenderer/Html.php
index 9506509af0..9577a6a715 100644
--- a/core/ReportRenderer/Html.php
+++ b/core/ReportRenderer/Html.php
@@ -99,6 +99,7 @@ class Piwik_ReportRenderer_Html extends Piwik_ReportRenderer
$smarty->assign("reportTableRowTextSize", self::REPORT_TABLE_ROW_TEXT_SIZE);
$smarty->assign("reportBackToTopTextSize", self::REPORT_BACK_TO_TOP_TEXT_SIZE);
$smarty->assign("currentPath", Piwik::getPiwikUrl());
+ $smarty->assign("logoHeader", Piwik_API_API::getInstance()->getHeaderLogoUrl());
}
public function renderReport($processedReport)