Skip to content

Commit 55f1ccf

Browse files
committed
fixed classname for the boxed layout
1 parent eb80bd5 commit 55f1ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twig/AvanzuAdminExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function bodyClass($classes = '')
4747

4848
if(isset($options['skin'])) $classList[] = $options['skin'];
4949
if(isset($options['fixed_layout']) && true == $options['fixed_layout']) $classList[] = 'fixed';
50-
if(isset($options['boxed_layout']) && true == $options['boxed_layout']) $classList[] = 'boxed';
50+
if(isset($options['boxed_layout']) && true == $options['boxed_layout']) $classList[] = 'layout-boxed';
5151
if(isset($options['collapsed_sidebar']) && true == $options['collapsed_sidebar']) $classList[] = 'sidebar-collapse';
5252
if(isset($options['mini_sidebar']) && true == $options['mini_sidebar']) $classList[] = 'sidebar-mini';
5353

0 commit comments

Comments
 (0)