'; foreach ($content as $item) { $output .= "
  • "; $output .= ''; $output .= '
    '. filter_xss_admin($item['description']) .'
    '; $output .= "
  • "; } $output .= ''; } return $output; } /** * Override of theme_admin_block_content(). */ function admin_admin_block_content($content, $get_runstate = FALSE) { static $has_run = FALSE; if ($get_runstate) { return $has_run; } $has_run = TRUE; $output = ''; if (!empty($content)) { foreach ($content as $k => $item) { $id = str_replace('/', '-', $item['href']); $class = ' path-'. $id; $content[$k]['title'] = "{$item['title']}"; $content[$k]['localized_options']['html'] = TRUE; $content[$k]['localized_options']['attributes']['class'] .= $class; } $output = system_admin_compact_mode() ? '