Blame view

frontend/views/page/page.php 165 Bytes
703388f5   andryeyev   + pageController
1
2
3
4
5
6
7
8
9
10
  <?php 
  
  use yii\helpers\Html;
  
      // CSS
      $this->registerCssFile('css-file.css');
      
      // JS
      $this->registerJsFile('script.js'); 
      
f9570cf9   andryeyev   fix: Загрузка ста...
11
      echo $text;
703388f5   andryeyev   + pageController
12
  ?>