diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 10634007395763282c04c20d33b022b935e8702d..0b37235de963c69f282d183b52f94f4c1a6a69c8 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -121,7 +121,7 @@ JS; ?> <?=$this->headScript()?> </head> - <body class="<?=$this->layoutClass('offcanvas-row')?><? if ($this->layout()->rtl): ?> rtl<? endif; ?>"> + <body class="template-dir-<?=$this->templateDir?> template-name-<?=$this->templateName?> <?=$this->layoutClass('offcanvas-row')?><? if ($this->layout()->rtl): ?> rtl<? endif; ?>"> <? // Set up the search box -- there are three possible cases: // 1. No search box was set; we should default to the normal box // 2. It was set to false; we should display nothing @@ -164,7 +164,7 @@ JS; <? endif; ?> </div> </header> - <div role="main" class="main template-dir-<?=$this->templateDir?> template-name-<?=$this->templateName?>"> + <div role="main" class="main"> <div id="content" class="container"> <?=$this->layout()->content ?> </div>