diff --git a/index.php b/index.php index eed8b9cbb..d9c681599 100644 --- a/index.php +++ b/index.php @@ -70,7 +70,7 @@ /** Included to start page rendering */ include "header.php"; global $xoopsTpl; - $xoopsTpl->assign('openClass', 'site-layout__sidebar--open'); + $xoopsTpl->assign('openMenuClass', 'site-layout__sidebar--open'); /** Included to complete page rendering */ include "footer.php"; } @@ -83,7 +83,7 @@ /** Included to start page rendering */ include "header.php"; global $xoopsTpl; - $xoopsTpl->assign('openClass', 'site-layout__sidebar--open'); + $xoopsTpl->assign('openMenuClass', 'site-layout__sidebar--open'); /** Included to complete page rendering */ include "footer.php"; } diff --git a/themes/Anari/theme.html b/themes/Anari/theme.html index 61885ebe6..30c849091 100644 --- a/themes/Anari/theme.html +++ b/themes/Anari/theme.html @@ -66,7 +66,7 @@ <{if $xoops_requesturi|strstr:'/modules/formulize/application.php'}> - <{assign var=openClass value='site-layout__sidebar--open'}> + <{assign var=openMenuClass value='site-layout__sidebar--open'}> <{/if}> -
+