Skip to content

Commit

Permalink
fix: cache block
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoncalves committed Jan 3, 2025
1 parent 871e4b4 commit 33cba5d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions themes/default/views/layouts/fullmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ function gtag(){dataLayer.push(arguments);}
<!-- Sidebar menu & content wrapper -->
<div id="wrapper">
<!-- Sidebar menu -->
<?php if($this->beginCache("fullmenu", array(
'duration'=>3600,
'varyBySession' => true
)
)) : ?>

<div class="t-drawer js-drawer hidden-print t-drawer--mobile-hidden">
<div class="colorful-bar">
<span id="span-color-blue"></span>
Expand Down Expand Up @@ -524,7 +520,6 @@ function gtag(){dataLayer.push(arguments);}
</div>

</div>
<?php $this->endCache(); endif; ?>
<!-- // Sidebar Menu END -->

<!-- Content -->
Expand Down

0 comments on commit 33cba5d

Please sign in to comment.