Skip to content
Snippets Groups Projects
Commit 28d299a9 authored by soxofaan's avatar soxofaan
Browse files

added sorting of items in block

parent 10da614a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ function module_paths_block($op = 'list', $delta = 0, $edit = array()) {
$items[] = check_plain(array_pop($parts));
}
}
sort($items);
if (user_access('view module paths information')) {
$items[] = l(t('more ...'), 'module_paths');
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment