Commit 0484b30f437f2d7c40eac036268098abc20d7ef6
1 parent
20d6a942
bugfix
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/site/price.php
| @@ -37,7 +37,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title; | @@ -37,7 +37,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title; | ||
| 37 | <div class="row"> | 37 | <div class="row"> |
| 38 | <div class="col-md-12"> | 38 | <div class="col-md-12"> |
| 39 | <?php | 39 | <?php |
| 40 | - echo $page_stom->lang->body; | 40 | + (isset($page_cosm->lang))?$page_cosm->lang->body:''; |
| 41 | ?> | 41 | ?> |
| 42 | </div> | 42 | </div> |
| 43 | </div> | 43 | </div> |
| @@ -46,7 +46,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title; | @@ -46,7 +46,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title; | ||
| 46 | <div class="row"> | 46 | <div class="row"> |
| 47 | <div class="col-md-12"> | 47 | <div class="col-md-12"> |
| 48 | <?php | 48 | <?php |
| 49 | - echo $page_cosm->lang->body; | 49 | + echo (isset($page_cosm->lang))?$page_cosm->lang->body:''; |
| 50 | ?> | 50 | ?> |
| 51 | </div> | 51 | </div> |
| 52 | </div> | 52 | </div> |