Skip to content

Commit

Permalink
MDL-11054, removing dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Aug 30, 2007
1 parent f6c8092 commit d92e290
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blocks/blog_menu/block_blog_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ function get_content() {
$output .= get_string('viewsiteentries', 'blog')."</a></li>\n";
}

if (has_capability('moodle/blog:manageofficialtags', $sitecontext)
or has_capability('moodle/blog:managepersonaltags', $sitecontext)
or has_capability('moodle/blog:create', $sitecontext)) {

$output .= '<li>'. link_to_popup_window("/blog/tags.php",'popup',get_string('tagmanagement'), 400, 500, 'Popup window', 'none', true) ."</li>\n";
}
// took out tag management interface/link, should use tag/manage.php

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

0 comments on commit d92e290

Please sign in to comment.