File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
- class PiwikMage_PiwikAnalytics_IndexController extends Mage_Adminhtml_Controller_Action
14
+ class PiwikMage_PiwikAnalytics_Adminhtml_Piwikanalytics_IndexController extends Mage_Adminhtml_Controller_Action
15
15
{
16
16
public function indexAction ()
17
17
{
Original file line number Diff line number Diff line change 21
21
<iframe_piwik translate =" title" module =" reports" >
22
22
<title >Piwik iFrame</title >
23
23
<sort_order >99999</sort_order >
24
- <action >piwikanalytics/index /index</action >
24
+ <action >adminhtml/piwikanalytics_index /index</action >
25
25
<depends ><config >piwik/analytics/active</config ></depends >
26
26
</iframe_piwik >
27
27
</children >
Original file line number Diff line number Diff line change 83
83
</translate >
84
84
</adminhtml >
85
85
<admin >
86
+ <routers >
87
+ <adminhtml >
88
+ <args >
89
+ <modules >
90
+ <piwikanalytics after =" Mage_Adminhtml" >PiwikMage_PiwikAnalytics_Adminhtml</piwikanalytics >
91
+ </modules >
92
+ </args >
93
+ </adminhtml >
94
+ </routers >
86
95
<routers >
87
96
<PiwikMage_PiwikAnalytics >
88
97
<use >admin</use >
You can’t perform that action at this time.
0 commit comments