mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
fix for 5384, added a link for tags in the blog_menu block
This commit is contained in:
parent
90fcfc0ada
commit
351576e4df
@ -88,6 +88,10 @@ class block_blog_menu extends block_base {
|
||||
$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&file=user.html">';
|
||||
//$output .= get_string('helpblogging', 'blog') .'</a>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user