Skip to content

Commit eea0763

Browse files
committed
Merge branch '1.11.x' of https://github.com/chamilo/chamilo-lms into 1.11.x
2 parents d3645f4 + f6417ba commit eea0763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/blog/blog.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,13 @@
431431
break;
432432
}
433433

434-
$content = Display::return_introduction_section(TOOL_BLOGS);
435-
$content .= $tpl->fetch($blogLayout);
434+
$content = $tpl->fetch($blogLayout);
436435

437436
if ($actionsLeft) {
438437
$tpl->assign(
439438
'actions',
440-
Display::toolbarAction('toolbar', [$actionsLeft])
439+
Display::return_introduction_section(TOOL_BLOGS)
440+
.Display::toolbarAction('toolbar', [$actionsLeft])
441441
);
442442
}
443443

0 commit comments

Comments
 (0)