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

11 lines
355 B
PHP
Executable File

<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
$dashletMeta['jjwg_AreasDashlet'] = array('module' => 'jjwg_Areas',
'title' => translate('LBL_HOMEPAGE_TITLE', 'jjwg_Areas'),
'description' => 'A customizable view into jjwg_Areas',
'icon' => 'icon_jjwg_Areas_32.gif',
'category' => 'Module Views');