Blame view

backend/themes/defaults/layouts/start.php 143 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
  <?php $this->beginContent('@app/layouts/main.php'); ?>
  <div class="animated fadeIn">
      <?= $content ?>
  </div>
  
  <?php $this->endContent(); ?>