mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
11 lines
355 B
PHP
Executable File
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');
|