| 148 |
if ($menu_item['link']['hidden'] == 0) { |
if ($menu_item['link']['hidden'] == 0) { |
| 149 |
$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') . '">'; |
| 150 |
$content .= '<a href="' . url($menu_item['link']['link_path']) . '">'; |
$content .= '<a href="' . url($menu_item['link']['link_path']) . '">'; |
| 151 |
$working_path = $menu_item['link']['link_path']; |
$working_path = drupal_get_path_alias($menu_item['link']['link_path']); |
| 152 |
if (is_numeric(substr($working_path, strrpos($working_path, "/") + 1))) { |
if (is_numeric(substr($working_path, strrpos($working_path, "/") + 1))) { |
| 153 |
$working_path = substr($working_path, 0, strrpos($working_path, "/")); |
$working_path = substr($working_path, 0, strrpos($working_path, "/")); |
| 154 |
} |
} |