| 292 |
$block['content'] .= '<ul class="menu no-dhtml">'; |
$block['content'] .= '<ul class="menu no-dhtml">'; |
| 293 |
$block['content'] .= '<li class="expanded active-trail no-dhtml">Options'; |
$block['content'] .= '<li class="expanded active-trail no-dhtml">Options'; |
| 294 |
$block['content'] .= '<ul class="menu no-dhtml">'; |
$block['content'] .= '<ul class="menu no-dhtml">'; |
| 295 |
$path = drupal_get_normal_path(drupal_get_path_alias($_GET['q'])); |
$path = drupal_urlencode(drupal_get_normal_path(drupal_get_path_alias($_GET['q']))); |
| 296 |
if (!empty($path)) { |
if (!empty($path)) { |
| 297 |
$block['content'] .= '<li class="leaf first no-dhtml">'. l('Add this page', 'bookmarks/item/addpage/'. $path) .'</li>'; |
$block['content'] .= '<li class="leaf first no-dhtml">'. l('Add this page', 'bookmarks/item/addpage/'. $path) .'</li>'; |
| 298 |
$block['content'] .= '<li class="leaf last no-dhtml">'. l('Customize', 'bookmarks/mine') .'</li>'; |
$block['content'] .= '<li class="leaf last no-dhtml">'. l('Customize', 'bookmarks/mine') .'</li>'; |