From 5e39f1cebcf7453047cb7b7712342f0dd4ae7be2 Mon Sep 17 00:00:00 2001 From: Thomas ZILLIOX Date: Thu, 30 May 2013 21:42:25 +0200 Subject: Rename template file names --- core/View/ReportsByDimension.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/View') diff --git a/core/View/ReportsByDimension.php b/core/View/ReportsByDimension.php index a13ee95bb7..3cd06b53dc 100644 --- a/core/View/ReportsByDimension.php +++ b/core/View/ReportsByDimension.php @@ -10,7 +10,7 @@ */ /** - * A facade that makes it easier to use the 'reports_by_dimension.tpl' template. + * A facade that makes it easier to use the 'reports_by_dimension.twig' template. * * This view will output HTML that displays a list of report names by category and * loads them by AJAX when clicked. The loaded report is displayed to the right @@ -23,7 +23,7 @@ class Piwik_View_ReportsByDimension extends Piwik_View */ public function __construct() { - parent::__construct('@CoreHome/reports_by_dimension'); + parent::__construct('@CoreHome/ReportsByDimension/reports_by_dimension'); $this->dimensionCategories = array(); } -- cgit v1.2.3