Commit 227f57045c5d2347be6c6bf412c8d7826e1c49da
1 parent
60be87de
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 | - echo (isset($page_cosm->lang))?$page_cosm->lang->body:''; | |
40 | + echo (isset($page_stom->lang))?$page_stom->lang->body:''; | |
41 | 41 | ?> |
42 | 42 | </div> |
43 | 43 | </div> | ... | ... |