File tree 4 files changed +14
-8
lines changed
admin/themes/default/sass/partials
4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 311
311
@extend .icon-cogs
312
312
.icon-AdminAdmin
313
313
@extend .icon-cog
314
- .icon-AdminParentStats
314
+ .icon-AdminStats
315
315
@extend .icon-bar-chart
316
316
.icon-AdminStock
317
317
@extend .icon-archive
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ class AdminReferrersControllerCore extends AdminController
60
60
{
61
61
public function __construct ()
62
62
{
63
+ // redirect to Dashboard for stats related to Referers
64
+ Tools::redirectAdmin (Context::getContext ()->link ->getAdminLink ('AdminDashboard ' ));
65
+
63
66
$ this ->bootstrap = true ;
64
67
$ this ->table = 'referrer ' ;
65
68
$ this ->className = 'Referrer ' ;
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ class AdminSearchEnginesControllerCore extends AdminController
31
31
{
32
32
public function __construct ()
33
33
{
34
+ // redirect to Dashboard for stats related to Search Engines
35
+ Tools::redirectAdmin (Context::getContext ()->link ->getAdminLink ('AdminDashboard ' ));
36
+
34
37
$ this ->bootstrap = true ;
35
38
$ this ->table = 'search_engine ' ;
36
39
$ this ->className = 'SearchEngine ' ;
Original file line number Diff line number Diff line change 60
60
<tab id =" Administration" id_parent =" " active =" 1" hide_host_mode =" 0" >
61
61
<class_name >AdminAdmin</class_name >
62
62
</tab >
63
- <tab id =" Stats" id_parent =" " active =" 1" hide_host_mode =" 0" >
63
+ <!-- < tab id="Stats" id_parent="" active="1" hide_host_mode="0">
64
64
<class_name>AdminParentStats</class_name>
65
- </tab >
65
+ </tab> -->
66
66
<tab id =" Stock" id_parent =" " active =" 1" hide_host_mode =" 0" >
67
67
<class_name >AdminStock</class_name >
68
68
</tab >
282
282
<tab id =" Menus" id_parent =" Administration" active =" 1" hide_host_mode =" 0" >
283
283
<class_name >AdminTabs</class_name >
284
284
</tab >
285
- <tab id =" Stats_1" id_parent =" Stats " active =" 1" hide_host_mode =" 0" >
285
+ <tab id =" Stats_1" id_parent =" " active =" 1" hide_host_mode =" 0" >
286
286
<class_name >AdminStats</class_name >
287
287
</tab >
288
- <tab id =" Search_Engines" id_parent =" Stats" active =" 1" hide_host_mode =" 0" >
288
+ <!-- < tab id="Search_Engines" id_parent="Stats" active="1" hide_host_mode="0">
289
289
<class_name>AdminSearchEngines</class_name>
290
- </tab >
291
- <tab id =" Referrers" id_parent =" Stats" active =" 1" hide_host_mode =" 0" >
290
+ </tab> -->
291
+ <!-- < tab id="Referrers" id_parent="Stats" active="1" hide_host_mode="0">
292
292
<class_name>AdminReferrers</class_name>
293
- </tab >
293
+ </tab> -->
294
294
<tab id =" Warehouses" id_parent =" Stock" active =" 1" hide_host_mode =" 0" >
295
295
<class_name >AdminWarehouses</class_name >
296
296
</tab >
You can’t perform that action at this time.
0 commit comments