10 lines
195 B
PHP
10 lines
195 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
'dashlets' => array (
|
||
|
|
array(
|
||
|
|
'name' => 'MyChartsProductsDashlet',
|
||
|
|
'from' => '<basepath>/modules/EcmCharts/Dashlets/MyChartsProductsDashlet',
|
||
|
|
),
|
||
|
|
),
|
||
|
|
|
||
|
|
?>
|