Skip to content

Commit 4058fc1

Browse files
committed
page class suffix is now back
page class suffix is now back
1 parent 5ee45ca commit 4058fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/astroid-framework/framework/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public function bodyClass($body_class, $language = '', $direction = '') {
685685
}
686686

687687
if (isset($menu) && $menu) {
688-
if ($menu->get('pageclass_sfx')) {
688+
if ($menu->params->get('pageclass_sfx')) {
689689
$class[] = $menu->params->get('pageclass_sfx');
690690
}
691691
if ($menu->get('alias')) {

0 commit comments

Comments
 (0)