diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 94ca7c20b526bd4772e05276e9847d266e2aff33..f1ac62d08fceabeb783c0c022f701f92b683bc0c 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -157,7 +157,7 @@ JS; </div> </header> <div role="main" class="main template-dir-<?=$this->templateDir?> template-name-<?=$this->templateName?>"> - <div class="container"> + <div id="content" class="container"> <?=$this->layout()->content ?> </div> </div>