Commit 4fd7c6c7250ae9119a301f1e36a1ed8b829d2074
1 parent
6838f9b7
Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica into clinica_khonko
# Conflicts: # frontend/controllers/SiteController.php # frontend/views/layouts/main.php # frontend/views/service/view.php # frontend/views/site/index.php
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -649,8 +649,10 @@ $this->registerMetaTag( |
649 | 649 | ], |
650 | 650 | |
651 | 651 | ]; |
652 | - if(isset($phones[0])) | |
653 | - $layoutMicrodata['contactPoint']['telephone']=$phones[0]; | |
652 | + if(isset($phones[0])) { | |
653 | + $layoutMicrodata['contactPoint']['telephone']=$phones[0]; | |
654 | + } | |
655 | + | |
654 | 656 | |
655 | 657 | |
656 | 658 | $settings->email; | ... | ... |