| 126 |
else { |
else { |
| 127 |
$content .= '<div class="control-panel-item control-panel-icon-size-' . variable_get('controlpanel_icon_size' . $block, '48x48') . '">'; |
$content .= '<div class="control-panel-item control-panel-icon-size-' . variable_get('controlpanel_icon_size' . $block, '48x48') . '">'; |
| 128 |
$content .= '<a href="' . url($menu_visible[$mid]['path']) . '">'; |
$content .= '<a href="' . url($menu_visible[$mid]['path']) . '">'; |
| 129 |
$working_path = $menu_visible[$mid]['path']; |
$working_path = drupal_get_path_alias($menu_visible[$mid]['path']); |
| 130 |
if (is_numeric(substr($working_path, strrpos($working_path, "/") + 1))) { |
if (is_numeric(substr($working_path, strrpos($working_path, "/") + 1))) { |
| 131 |
$working_path = substr($working_path, 0, strrpos($working_path, "/")); |
$working_path = substr($working_path, 0, strrpos($working_path, "/")); |
| 132 |
} |
} |