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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-08 19:08:38 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 19:08:38 +0400
commiteeb6be9d1e4bb54a05b78537a080622dc764e72e (patch)
tree2cdeac6e1f90b6271d3b58e778e2d97506fce58d /plugins/PDFReports
parent16dffb456eae335983aacf79317178614c6ee492 (diff)
Change all broken links starting with theme/default/images
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/PDFReports.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PDFReports/PDFReports.php b/plugins/PDFReports/PDFReports.php
index 1533a70192..99814647db 100644
--- a/plugins/PDFReports/PDFReports.php
+++ b/plugins/PDFReports/PDFReports.php
@@ -45,11 +45,11 @@ class Piwik_PDFReports extends Piwik_Plugin
);
static private $managedReportTypes = array(
- self::EMAIL_TYPE => 'themes/default/images/email.png'
+ self::EMAIL_TYPE => 'plugins/Zeitgeist/images/email.png'
);
static private $managedReportFormats = array(
- Piwik_ReportRenderer::HTML_FORMAT => 'themes/default/images/html_icon.png',
+ Piwik_ReportRenderer::HTML_FORMAT => 'plugins/Zeitgeist/images/html_icon.png',
Piwik_ReportRenderer::PDF_FORMAT => 'plugins/UserSettings/images/plugins/pdf.gif'
);