0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/jjwg_Maps/Dashlets/jjwg_MapsDashlet/jjwg_MapsDashlet.meta.php
2018-07-19 11:38:09 +01:00

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');