Skip to content

Commit

Permalink
fix for 5384, added a link for tags in the blog_menu block
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed May 1, 2006
1 parent 90fcfc0 commit 351576e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/blog_menu/block_blog_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ function get_content() {
$output .= get_string('viewsiteentries', 'blog') .'</a><br />';
}

if (isloggedin() && (!isguest())) {
$output .= link_to_popup_window("/blog/tags.php",'popup',get_string('tagmanagement'), 400, 500, 'Popup window', 'none', true);
}

// show Help with blogging link
//$output .= '<a href="'. $CFG->wwwroot .'/help.php?module=blog&amp;file=user.html">';
//$output .= get_string('helpblogging', 'blog') .'</a>';
Expand Down

0 comments on commit 351576e

Please sign in to comment.