Commit 60be87deb842684fdb45d539cc0aee8deb46021e

Authored by alex
1 parent 0484b30f

bugfix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/site/price.php
... ... @@ -37,7 +37,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
37 37 <div class="row">
38 38 <div class="col-md-12">
39 39 <?php
40   - (isset($page_cosm->lang))?$page_cosm->lang->body:'';
  40 + echo (isset($page_cosm->lang))?$page_cosm->lang->body:'';
41 41 ?>
42 42 </div>
43 43 </div>
... ...