links-home.php: You can add custom links in the home page of your application by appending them to this file. The format for each link is:

  

$homeLinks[] = array(
    'url' => 'path/to/link',
    'title' => 'Link title',
    'description' => 'Link text',
    'groups' => array('group1', 'group2'),
    'grid_column_classes' => '',
    'panel_classes' => '',
    'link_classes' => '',
    'icon' => 'path/to/icon',
    'table_group' => ''
);