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