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 stormperson_list() {
|
||||
$breadcrumb = array();
|
||||
$breadcrumb[] = l(t('SuiteDesk'), 'dashboard');
|
||||
$breadcrumb[] = l(t('Home'), '<front>');
|
||||
drupal_set_breadcrumb($breadcrumb);
|
||||
|
||||
if (array_key_exists('organization_nid', $_GET) &&
|
||||
|
@ -189,4 +189,3 @@ function _stormperson_organization_people_js($organization_nid=0) {
|
|||
print drupal_to_js($people);
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue