diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php index adde728..e7fad13 100755 --- a/frontend/views/site/price.php +++ b/frontend/views/site/price.php @@ -37,7 +37,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
lang->body; + (isset($page_cosm->lang))?$page_cosm->lang->body:''; ?>
@@ -46,7 +46,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
lang->body; + echo (isset($page_cosm->lang))?$page_cosm->lang->body:''; ?>
-- libgit2 0.21.4