/[drupal]/contributions/modules/bookmarks/bookmarks.module
ViewVC logotype

Diff of /contributions/modules/bookmarks/bookmarks.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.47.2.5 by darthclue, Fri Jan 23 16:14:35 2009 UTC revision 1.47.2.6 by darthclue, Sun Jan 25 04:06:05 2009 UTC
# Line 292  function bookmarks_block($op = 'list', $ Line 292  function bookmarks_block($op = 'list', $
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>';

Legend:
Removed from v.1.47.2.5  
changed lines
  Added in v.1.47.2.6

  ViewVC Help
Powered by ViewVC 1.1.3