Loading module/Oscar/view/layout/layout.phtml +7 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,13 @@ echo getenv('APPLICATION_ENV') ?: 'development' ?>"> <?php else: ?> <?php echo $this->content; ?> $content = $this->content; if (str_contains($content, 'class="container"')) { echo $content; } else { echo '<div class="container">' . $content . '</div>'; } ?> <?php endif; ?> </div> Loading Loading
module/Oscar/view/layout/layout.phtml +7 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,13 @@ echo getenv('APPLICATION_ENV') ?: 'development' ?>"> <?php else: ?> <?php echo $this->content; ?> $content = $this->content; if (str_contains($content, 'class="container"')) { echo $content; } else { echo '<div class="container">' . $content . '</div>'; } ?> <?php endif; ?> </div> Loading