mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fix for 5384, added a link for tags in the blog_menu block
This commit is contained in:
parent
90fcfc0ada
commit
351576e4df
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ class block_blog_menu extends block_base {
|
||||||
$output .= get_string('viewsiteentries', 'blog') .'</a><br />';
|
$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
|
// show Help with blogging link
|
||||||
//$output .= '<a href="'. $CFG->wwwroot .'/help.php?module=blog&file=user.html">';
|
//$output .= '<a href="'. $CFG->wwwroot .'/help.php?module=blog&file=user.html">';
|
||||||
//$output .= get_string('helpblogging', 'blog') .'</a>';
|
//$output .= get_string('helpblogging', 'blog') .'</a>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue