TraCorp.custom =
{
  // Identification
  lms_name: 'Green Chefs, Blue Ocean', // also defined in global.config.php
  xtra_copyright: '',
  xtra_footer: '',
  lms_version: '7.5.7',

  // Custom buttons (all users)
  custom_buttons: [

  ],
  
  // Custom buttons (main and sub admins)
  custom_admin_buttons: [
    {
      text: "Help Desk",
      handler: function() {
        window.open('http://helpdesk.tracorp.com/', '_blank');
      }
    }
  ],
  
  // Custom admin tools
  custom_admin_tools: [

  ],
  
  //custom Budget student admin button
  custom_student_buttons: [

  ],

  // Custom reports
  custom_reports: [

  ],
  
  custom_events:
  {
    'ugadmin_login': function()
    {
    }
  }    

};
