mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
10 lines
350 B
PHP
Executable File
10 lines
350 B
PHP
Executable File
<?php if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$dashletMeta['jjwg_MapsDashlet'] = array('module' => 'jjwg_Maps',
|
|
'title' => translate('LBL_HOMEPAGE_TITLE', 'jjwg_Maps'),
|
|
'description' => 'A customizable view into jjwg_Maps',
|
|
'icon' => 'icon_jjwg_Maps_32.gif',
|
|
'category' => 'Module Views');
|