You are here

function ds_menu in Display Suite 7.2

Same name and namespace in other branches
  1. 7 ds.module \ds_menu()

Implements hook_menu().

File

./ds.module, line 51
Display Suite core functions.

Code

function ds_menu() {
  module_load_include('inc', 'ds', 'includes/ds.registry');
  return _ds_menu();
}