Blame view

frontend/views/layouts/outer.php 142 Bytes
6e1510b2   Administrator   firs page
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?php
  
  
  
  /* @var $content string */
  $this->beginContent('@app/views/layouts/main.php');
  ?>
  
  
  
  <?= $content ?>
  
  <?php $this->endContent() ?>