init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
if (!defined('sugarEntry') || !sugarEntry) {
|
||||
die('Not A Valid Entry Point');
|
||||
}
|
||||
|
||||
global $app_strings;
|
||||
|
||||
$dashletMeta['ev_OrdersDashlet'] = array(
|
||||
'module' => 'ev_Orders',
|
||||
'title' => translate('LBL_HOMEPAGE_TITLE', 'ev_Orders'),
|
||||
'description' => 'A customizable view into ev_Orders',
|
||||
'category' => 'Module Views'
|
||||
);
|
||||
Reference in New Issue
Block a user