Blame view

frontend/views/page/view.php 406 Bytes
a1e4a116   Administrator   VItaliy 27.11.2015
1
  <?php
25545a10   Administrator   VItaliy 30.11.2015
2
  $this->registerCssFile('/css/about_company.css');
a1e4a116   Administrator   VItaliy 27.11.2015
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  $this->registerMetaTag(['description' => $model->descr,'keywords'=>$model->kwords]);
  $this->title = $model->title ? $model->title: $model->name;
  $this->params['breadcrumbs'][] = $this->title;
  
  ?>
  <div class="main-vin">
  
      <p class="vin_article"><?=$this->title?></p>
  
      <div class="choose_tovar">
          <?= $model->content;?>
      </div>
  
  </div>