<?php
global $mod_strings;

// unique to Iframeapp
if (ACLController::checkAccess('Iframeapp', 'list', TRUE)) {
  $module_menu[] = array(
    'index.php?module=Iframeapp&i25pg=sugarcrm_dashboard.php',
    $mod_strings['LBL_SYMSYNC_DASHBOARD'],
    'List',
    'Iframeapp'
  );
}

// copied from Campaign Wizard
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=wizardtype_inbox25_email_blast',
  'INBOX25 Email Blast',
  'Cog',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=wizardtype_inbox25_drip_campaign',
  'INBOX25 Drip Campaign',
  'Cog',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=wizardtype_inbox25_social_campaign',
  'INBOX25 Social Campaign',
  'Cog',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=wizardtype_inbox25_automated_journey',
  'INBOX25 Automated Journey',
  'Cog',
  'Iframeapp',
);

// copied from custom/Extension/modules/Campaigns/Ext/Menus/inbox25.php
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=form-builder-landing-ui.php',
  $mod_strings['INBOX25_CAMPAIGN_LANDING_PAGE_BUILDER'],
  'Cog',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=scheduled.php',
  $mod_strings['INBOX25_CAMPAIGN_LINK_SCHEDULED_EMAILS'],
  'Scheduler',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=drafts.php',
  $mod_strings['INBOX25_CAMPAIGN_LINK_EMAIL_DRAFTS'],
  'List',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=campaignreports.php',
  $mod_strings['INBOX25_CAMPAIGN_LINK_EMAIL_ANALYTICS'],
  'icon_Charts_Vertical_32',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=drip_campaigns.php',
  $mod_strings['INBOX25_CAMPAIGN_LINK_DRIP_CAMPAIGNS'],
  'System_Settings',
  'Iframeapp',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=social_connect.php',
  $mod_strings['INBOX25_CAMPAIGN_LINK_SOCIAL_CAMPAIGNS'],
  'System_Settings',
  'Iframeapp',
);

// copied from custom/Extension/modules/AOR_Reports/Ext/Menus/inbox25.php
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_tags.php',
  $mod_strings['INBOX25_REPORTS_TAGS'],
  'icon_Charts_Vertical_32',
  'Reports',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_efficiency.php',
  $mod_strings['INBOX25_REPORTS_MARKETING_EFFICIENCY'],
  'icon_Charts_Vertical_32',
  'Reports',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_lead_generation.php',
  $mod_strings['INBOX25_REPORTS_LEAD_GENERATION'],
  'icon_Charts_Vertical_32',
  'Reports',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_lead_sources.php',
  $mod_strings['INBOX25_REPORTS_LEAD_SOURCES'],
  'icon_Charts_Vertical_32',
  'Reports',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_traffic_sources.php',
  $mod_strings['INBOX25_REPORTS_TRAFFIC_SOURCES'],
  'icon_Charts_Vertical_32',
  'Reports',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_activity.php',
  $mod_strings['INBOX25_REPORTS_LEAD_AGING'],
  'icon_Charts_Vertical_32',
  'Reports',
);
$module_menu[] = array(
  'index.php?module=Iframeapp&i25pg=report_ma_outbound_emails.php',
  $mod_strings['INBOX25_REPORTS_EMAIL_PERFORMANCE'],
  'icon_Charts_Vertical_32',
  'Reports',
);
