You are here

function ds_extras_panels_dashboard_blocks in Display Suite 7

Implements hook_panels_dashboard_blocks().

File

modules/ds_extras/ds_extras.module, line 868
Display Suite extras main functions.

Code

function ds_extras_panels_dashboard_blocks(&$vars) {
  $vars['links']['ds_panels'] = array(
    'title' => l(t('Panel view modes'), 'admin/structure/ds/layout'),
    'description' => t('Manage the layout of view modes for every entity.'),
    'weight' => -3,
  );
}