Better use of breadcrumbs in SuiteDesk
This commit is contained in:
parent
6c766c0cfb
commit
b3f2e096e1
29 changed files with 62 additions and 57 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
function stormidea_list() {
|
||||
$breadcrumb = array();
|
||||
$breadcrumb[] = l(t('SuiteDesk'), 'dashboard');
|
||||
$breadcrumb[] = l(t('Home'), '<front>');
|
||||
drupal_set_breadcrumb($breadcrumb);
|
||||
|
||||
$i = new stdClass();
|
||||
|
|
Reference in a new issue