aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/default.php')
-rw-r--r--view/php/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php
index b8233ca32..950dfbc99 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -15,7 +15,7 @@
<div id="page-footer"></div>
<div id="pause"></div>
</section>
- <aside id="region_3" class="hidden-lg-down"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
+ <aside id="region_3" class="d-none d-xl-table-cell"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
</main>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</body>