We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3645f4 + f6417ba commit eea0763Copy full SHA for eea0763
main/blog/blog.php
@@ -431,13 +431,13 @@
431
break;
432
}
433
434
-$content = Display::return_introduction_section(TOOL_BLOGS);
435
-$content .= $tpl->fetch($blogLayout);
+$content = $tpl->fetch($blogLayout);
436
437
if ($actionsLeft) {
438
$tpl->assign(
439
'actions',
440
- Display::toolbarAction('toolbar', [$actionsLeft])
+ Display::return_introduction_section(TOOL_BLOGS)
+ .Display::toolbarAction('toolbar', [$actionsLeft])
441
);
442
443
0 commit comments