Skip to content

Commit

Permalink
Merge pull request #56 from joomdev/dev
Browse files Browse the repository at this point in the history
page class suffix is now back
  • Loading branch information
itxchandan authored Jun 28, 2019
2 parents 1325450 + 4058fc1 commit 4a968bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroid/astroid-framework/framework/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ public function bodyClass($body_class, $language = '', $direction = '') {
}

if (isset($menu) && $menu) {
if ($menu->get('pageclass_sfx')) {
if ($menu->params->get('pageclass_sfx')) {
$class[] = $menu->params->get('pageclass_sfx');
}
if ($menu->get('alias')) {
Expand Down

0 comments on commit 4a968bf

Please sign in to comment.