Skip to content

Commit

Permalink
fix #3021 ViewEventListenerにて管理画面だと header, footer などのイベントが発生しない件を修正 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburk authored Jan 22, 2024
1 parent 03d68ae commit 8286032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/bc-admin-third/templates/Admin/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<div id="Page" class="bca-app">

<?php $this->BcBaser->element('header') ?>
<?php $this->BcBaser->header() ?>

<div id="Wrap" class="bca-container">

Expand Down Expand Up @@ -148,7 +148,7 @@
</div>

<div class="bca-main__contents clearfix">
<?= $this->fetch('content') ?>
<?php $this->BcBaser->content() ?>
</div>

<!-- / bca-main__body --></article>
Expand All @@ -157,7 +157,7 @@

<!-- / #Wrap --></div>

<?php $this->BcBaser->element('footer') ?>
<?php $this->BcBaser->footer() ?>

<!-- / #Page --></div>

Expand Down

0 comments on commit 8286032

Please sign in to comment.